.grid-1200{
    width: 1200px;
    margin: 0 auto;
}
.content-big {
    *zoom: 1;
    margin: 10px auto;
}
.content-big:before,
.content-big:after {
    display: table;
    content: "";
    line-height: 0;
}
.content-big:after {
    clear: both;
}
.content-big .m-l {
    float: left;
    width: 900px;
    margin-right: 10px;
}
.content-big .m-l .shopping-box .shopping-tit {
    position: relative;
    height: 20px;
    margin: 10px 0;
}
.content-big .m-l .shopping-box .shopping-tit h2 {
    font-size: 16px;
    color: #000;
    line-height: 20px;
}
.content-big .m-l .shopping-box .shopping-tit h2 span {
    margin: 0 5px;
    color: #ff9923;
}
.content-big .m-l .shopping-box .shopping-tit h2 .pr {
    margin-left: 10px;
    color: #000;
}
.content-big .m-l .shopping-box .shopping-tit h2 .pr i {
    margin-right: 5px;
    font-style: normal;
    color: #ff9923;
}
.content-big .m-l .shopping-box .shopping-ul {
    padding-left: 0;
    zoom: 1;
}
.content-big .m-l .shopping-box .shopping-ul:before,
.content-big .m-l .shopping-box .shopping-ul:after {
    display: table;
    content: "";
    line-height: 0;
}
.content-big .m-l .shopping-box .shopping-ul:after {
    clear: both;
}
.content-big .m-l .shopping-box .shopping-ul .content {
    list-style: none;
    height: 200px;
    margin-bottom: 10px;
    background: #ffffff;
    border: 1px solid #dddddd;
    position: relative;
}
.content-big .m-l .shopping-box .shopping-ul .content .tit {
    display: block;
    height: 50px;
    border-bottom: 1px solid #dddddd;
    line-height: 50px;
    font-size: 20px;
    color: #737373;
}
.content-big .m-l .shopping-box .shopping-ul .content .tit a {
    text-decoration: none;
    color: #737373;
}
.content-big .m-l .shopping-box .shopping-ul .content .tit a:hover {
    color: #ff9923;
}
.content-big .m-l .shopping-box .shopping-ul .content .tit span {
    margin-right: 10px;
}
.content-big .m-l .shopping-box .shopping-ul .content .tit .Icon {
    height: 35px;
    width: 35px;
    display: block;
    margin: 7px 10px 0 20px;
    float: left;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #ff9923;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    font-style: normal;
}
.content-big .m-l .shopping-box .shopping-ul .content .m-l {
    float: left;
    width: 480px;
}
.content-big .m-l .shopping-box .shopping-ul .content .m-l .row {
    margin-top: 35px;
}
.row .row3 {
    float: left;
}
.content-big .m-l .shopping-box .shopping-ul .content .m-l .row .row3 {
    width: 33.3%;
    float: left;
}

.content-big .m-l .shopping-box .shopping-ul .content .m-l .row .row3 .item {
    text-align: center;
    font-size: 14px;
    color: #8d8e8f;
}
.content-big .m-l .shopping-box .shopping-ul .content .m-l .row .row3 .item b {
    margin-bottom: 10px;
    display: block;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #000;
    overflow: hidden;
}
.content-big .m-l .shopping-box .shopping-ul .content .m-l .row .row3 .item b span {
    margin-right: 5px;
    font-size: 12px;
    font-weight: normal;
    color: #000;
}
.content-big .m-l .shopping-box .shopping-ul .content .m-l .row .row3 .item b.text-warning {
    color: #ff9923;
    font-size: 18px;
    line-height: 30px;
}
.content-big .m-l .shopping-box .shopping-ul .content .m-l .row .text-warning {
    color: #ff9923;
}
.content-big .m-l .shopping-box .shopping-ul .content .m-r {
    float: left;
    width: 250px;
    padding: 0;
}
.content-big .m-l .shopping-box .shopping-ul .content .m-r .time {
    margin: 35px 0 30px;
    font-size: 14px;
    color: #8d8e8f;
}
.content-big .m-l .shopping-box .shopping-ul .content .m-r .time span {
    margin: 0 5px;
    color: #2597e8;
    font-size: 18px;
    font-weight: bold;
}
.content-big .m-l .shopping-box .shopping-ul .content .m-r .progress-box {
    position: relative;
    width: 230px;
    height: 20px;
    line-height: 20px;
}
.content-big .m-l .shopping-box .shopping-ul .content .m-r .progress-box .progress {
    height: 15px;
    width: 180px;
    display: block;
    background: #d8d8d8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.content-big .m-l .shopping-box .shopping-ul .content .m-r .progress-box .progress .progress-bar {
    height: 15px;
    width: 0px;
    display: block;
    background: red;
}
.content-big .m-l .shopping-box .shopping-ul .content .m-r .progress-box .font {
    position: absolute;
    left: 190px;
    top: -2px;
}
.content-big .m-l .shopping-box .shopping-ul .content .m-r .progress-box.box-color-orange .progress .progress-bar {
    background: #ff7f47;
}
.content-big .m-l .shopping-box .shopping-ul .content .m-r .progress-box.box-color-green .progress .progress-bar {
    background: #50ca92;
}
.content-big .m-l .shopping-box .shopping-ul .content .btnbox {
    position: absolute;
    right: 30px;
    top: 100px;
}
.content-big .m-l .shopping-box .shopping-ul .content .btnbox .am-btn {
    width: 130px;
    height: 37px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 37px;
    padding: 0;
    font-size: 18px;
}
.content-big .m-l .shopping-box .shopping-ul .content:hover {
    position: relative;
    z-index: 1;
    border: 1px dotted #2597e8;
}
.content-big .m-l .shopping-box.disabled .shopping-ul .content .tit .Icon {
    background: #ccc;
    font-size: 12px;
}
.content-big .shopping-ul .content .tit a {
    float: left;
}
.content-big .m-l .shopping-box.disabled .shopping-ul .content .tit a:hover {
    color: #737373;
}
.content-big .m-l .shopping-box.disabled .shopping-ul .content .m-r .progress-box .progress {
    background: #dddddd;
}
.content-big .m-l .shopping-box.disabled .shopping-ul .content .m-r .progress-box .progress .progress-bar {
    background: #dddddd;
}
.content-big .m-l .shopping-box.disabled .shopping-ul .content .m-r .progress-box.box-color-orange .progress .progress-bar {
    background: #dddddd;
}
.content-big .m-l .shopping-box.disabled .shopping-ul .content .m-r .progress-box.box-color-green .progress .progress-bar {
    background: #dddddd;
}
.content-big .m-l .shopping-box.disabled .shopping-ul .content .btnbox .am-btn {
    background: #999;
    border: 1px dotted #999;
}
.content-big .m-l .shopping-box.disabled .shopping-ul .content:hover {
    border: 1px dotted #ccc;
}
.content-big .m-l .all .am-btn {
    width: 100%;
    height: 44px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 44px;
    padding: 0;
    font-size: 18px;
}
.content-big .m-r {
    float: left;
    width: 290px;
    padding-top: 40px;
}
.content-big .m-r .tips {
    margin-bottom: 20px;
    background: #ffffff;
    border-top: 1px solid #fdab79;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.content-big .m-r .tips .hd {
    height: 57px;
    margin: 0 20px;
    line-height: 57px;
    border-bottom: 1px solid #ddd;
}
.content-big .m-r .tips .hd h2 {
    font-size: 18px;
    color: #000;
}
.content-big .m-r .tips .bd {
    margin: 20px;
}
.content-big .m-r .tips .bd .tit {
    font-size: 16px;
    color: #333;
}
.content-big .m-r .tips .bd .con {
    margin-top: 5px;
    font-size: 14px;
    color: #7d7d7d;
}
.content-big .m-r .tips2 {
    background: #ffffff;
    border-top: 1px solid #4189c3;
}
.content-big .m-r .tips2 .bd {
    min-height: 512px;
    background: url('../image/shopping-bg-1.png') no-repeat;
}
.content-big .m-r .tips2 .bd .item {
    height: 70px;
    padding-left: 120px;
    line-height: 70px;
    font-size: 16px;
}
.content-big .m-r .tips2 .bd .item.item2 {
    margin-top: 20px;
}
.content-big .m-r .tips2 .bd .item.item3 {
    margin-top: 15px;
}
.content-big .m-r .tips2 .bd .item.item4 {
    margin-top: 15px;
}
.content-big .m-r .tips2 .bd .item.item5 {
    margin-top: 30px;
}
.content-big .m-r .tips2 .bd .item.item6 {
    margin-top: 25px;
}
.S-detail .shopping-box {
    *zoom: 1;
    margin-top: 20px;
}
.S-detail .shopping-box:before,
.S-detail .shopping-box:after {
    display: table;
    content: "";
    line-height: 0;
}
.S-detail .shopping-box:after {
    clear: both;
}
.S-detail .shopping-box .shopping-info {
    width: 823px;
    float: left;
    margin-right: 15px;
}
.S-detail .shopping-box .shopping-info .hd {
    height: 45px;
    border-bottom: 1px solid #dddddd;
}
.S-detail .shopping-box .shopping-info .hd .tit {
    text-align: left;
    padding: 10px 0 10px 20px ;
    display: flex;
    align-items: center;
}
.S-detail .shopping-box .shopping-info .hd .tit span {
    margin-right: 10px;
    font-size: 16px;
    color: #333;
}
.S-detail .shopping-box .shopping-info .hd .tit .sort {
    padding: 0px 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #ff9923;
    color: #ffffff;
    font-size: 14px;
}
.S-detail .shopping-box .shopping-info .hd .tit .add {
    margin-left: 10px;
    font-size: 14px;
    color: #a5a5a5;
}
.S-detail .shopping-box .shopping-info .hd .tit .add .iconfont {
    margin-right: 2px;
    font-size: 14px;
}
.S-detail .shopping-box .shopping-info .bd {
    width: 100%;
    padding: 10px 0 20px 20px;
    line-height: 35px;
    font-size: 15px;
}
.S-detail .shopping-box .shopping-info .bd div {
    margin: 0;
}
.S-detail .shopping-box .shopping-info .bd .section1 {
    margin-bottom: 20px;
}
.S-detail .shopping-box .shopping-info .bd .row {
    display: flex;
}
.S-detail .shopping-box .shopping-info .bd .line .item {
    text-align: left;
}
.S-detail .shopping-box .shopping-info .bd .row .item {
    text-align: left;
}
.S-detail .shopping-box .shopping-info .bd .section1 .item {
    color: #a5a5a5;
}
.S-detail .shopping-box .shopping-info .bd .section1 .item b {
    margin-top: 20px;
    display: block;
    font-size: 26px;
    font-weight: normal;
    color: #5e5e5e;
    overflow: hidden;
}
.S-detail .shopping-box .shopping-info .bd .section1 .item b span {
    margin-left: 5px;
    font-size: 14px;
    color: #5e5e5e;
}
.S-detail .shopping-box .shopping-info .bd .item .name {
    display: inline-block;
    width: auto;
    color: #a5a5a5;
}
.S-detail .shopping-box .shopping-info .bd .item .value {
    display: inline-block;
    color: #5e5e5e;
}
.S-detail .shopping-box .shopping-buy {
    width: 358px;
    float: left;
    height: 395px;
}
.S-detail .shopping-box .shopping-buy .content {
    padding: 10px 20px 20px;
}
.S-detail .shopping-box .shopping-buy .content .line {
    margin: 6px 0;
    color: #a5a5a5;
    font-size: 14px;
    text-align: left;
}
.S-detail .shopping-box .shopping-buy .content .line input {
    width: 110px;
    height: 25px;
    border: 1px solid #dddddd;
    line-height: 25px;
}
.S-detail .shopping-box .shopping-buy .content .line .text-warning {
    color: red;
}
.S-detail .shopping-box .shopping-buy .content .btn-box {
    margin-top: 10px;
}
.S-detail .shopping-box .shopping-buy .content .btn-box > button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-size: 18px;
    border: none;
    cursor: pointer;
}
.S-detail .tab-content {
    margin-top: 20px;
}
.S-detail .tab-content .tab-menu {
    height: 40px;
    border-bottom: 1px solid #dddddd;
}
.S-detail .tab-content .tab-menu a {
    height: 40px;
    width: 120px;
    display: block;
    float: left;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    color: #333;
}
.S-detail .tab-content .tab-menu a.active {
    position: relative;
    top: -1px;
    margin-left: -1px;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-top: 1px solid #2597e8;
}
.S-detail .tab-content .tab-box .section {
    padding: 10px;
}
.S-detail .tab-content .tab-box .section .huoping-detail {
    position: relative;
    min-height: 230px;
}
.S-detail .tab-content .tab-box .section .huoping-detail .l {
    position: absolute;
    left: 0;
    top: 0;
    width: 180px;
    height: 210px;
    margin-top: 20px;
    border-right: 1px solid #dddddd;
}
.S-detail .tab-content .tab-box .section .huoping-detail .l .user {
    width: 180px;
    text-align: center;
}
.S-detail .tab-content .tab-box .section .huoping-detail .l .user img {
    width: 72px;
    height: 72px;
    margin-bottom: 10px;
}
.S-detail .tab-content .tab-box .section .huoping-detail .l .user p {
    font-size: 14px;
    line-height: 25px;
}
.S-detail .tab-content .tab-box .section .huoping-detail .l .user .btn {
    margin-top: 20px;
}
.S-detail .tab-content .tab-box .section .huoping-detail .l .user .btn a {
    width: 85px;
    height: 20px;
    padding: 0;
    margin: 0 auto;
    line-height: 20px;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.S-detail .tab-content .tab-box .section .huoping-detail .l .user .btn a .iconfont {
    margin-right: 5px;
    font-size: 14px;
}
.S-detail .tab-content .tab-box .section .huoping-detail .r {
    padding-left: 220px;
}
.S-detail .tab-content .tab-box .section .huoping-detail .r .target .cont {
    *zoom: 1;
}
.S-detail .tab-content .tab-box .section .huoping-detail .r .target .cont:before,
.S-detail .tab-content .tab-box .section .huoping-detail .r .target .cont:after {
    display: table;
    content: "";
    line-height: 0;
}
.S-detail .tab-content .tab-box .section .huoping-detail .r .target .cont:after {
    clear: both;
}
.S-detail .tab-content .tab-box .section .huoping-detail .r .target .cont table {
    width: 100%;
    margin: 10px 0;
    border: 1px solid #dddddd;
    font-size: 12px;
}
.S-detail .tab-content .tab-box .section .huoping-detail .r .target .cont table td {
    height: 32px;
    border: 1px solid #dddddd;
    text-align: left;
}
.S-detail .tab-content .tab-box .section .huoping-detail .r .target .cont table td .name,
.S-detail .tab-content .tab-box .section .huoping-detail .r .target .cont table td .value {
    display: block;
    height: 32px;
    width: 100%;
    overflow: hidden;
    text-indent: 10px;
    line-height: 32px;
}
.S-detail .tab-content .tab-box .section .huoping-detail .r .target .cont table td .name {
    position: relative;
    width: 120px;
}
.S-detail .tab-content .tab-box .section .huoping-detail .r .target .cont table td .name i {
    position: absolute;
    top: 12px;
    height: 4px;
    width: 4px;
    margin-left: 5px;
    background: red;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.S-detail .tab-content .tab-box .section .huoping-detail .r .target .cont table td .value {
    width: 160px;
}
.S-detail .tab-content .tab-box .section .huoping-detail .r .target .cont table td:nth-child(odd) {
    background: #f9f9f9;
}
.S-detail .tab-content .tab-box .section .order-list table {
    width: 100%;
    text-align: left;
    font-size: 14px;
    text-indent: 15px;
}
.S-detail .tab-content .tab-box .section .order-list table thead th {
    height: 35px;
    border-right: 2px solid #ffffff;
    line-height: 35px;
    background: #2597e8;
    color: #ffffff;
}
.S-detail .tab-content .tab-box .section .order-list table tbody td {
    height: 35px;
    border-right: 2px solid #ffffff;
    line-height: 35px;
    background: #f6f6f6;
    color: #5e5e5e;
}
.S-detail .tab-content,
.S-detail .shopping-info,
.S-detail .shopping-buy {
    background: #ffffff;
    border: 1px solid #dddddd;
}
.btnbox {
    width: 130px;
    height: 37px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 37px;
    padding: 0;
    font-size: 18px;
}
.am-btn-primary {
    color: #ffffff;
    background-color: #2597e8;
    border-color: #2597e8;
    display: block;
    width: 130px;
    height: 37px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 37px;
    padding: 0;
    font-size: 18px;
}
.am-btn-primary:hover,
.am-btn-primary:focus,
.am-btn-primary:active {
    color: #ffffff;
    border-color: #1476bc;
}
.Icon-big {
    height: 20px;
    width: auto;
    display: inline-block;
    padding: 0 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ff9923;
    color: #ff9923 !important;
    font-size: 14px !important;
    text-align: center;
    line-height: 20px;
    font-style: normal;
}
.caigou {
    background-color: #5cc7d3 !important;
}
.loginzone {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: rgba(128, 128, 128, 0.9);
}
.loginzone .login {
    font-size: 12px !important;
    color: #66b2e2;
}
.loginzone .register {
    font-size: 12px !important;
    color: #ff7700;
}
.selector {
    color: red;
}