.top_nav {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(51, 51, 51, 0.1) 0px 0px 3px 1px;
    margin-bottom: 20px;
}

.product {
    overflow: hidden;
}

.product h2 {
    padding: 48px 0 14px 0;
    font-size: 30px;
    font-weight: bold;
    color: #000;
}

.product h2 i {
    padding-left: 60px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #969696;
}

.product h2 a {
    line-height: 1;
    margin-top: 15px;
    text-decoration: underline;
    float: right;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #969696;
}

.product h2 P {
    float: right;
    line-height: 1;
    margin-right: 20px;
}

.product h2 P a {
    float: left;
    text-decoration: none;
    padding: 0 10px;
}

.product h2 P span {
    float: left;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-top: 15px;
    font-size: 14px;
    color: #969696;
}

.product>img {
    border-radius: 20px;
    width: 1200px;
}

.product_min {
    overflow: hidden;
}

.product_min li {
    float: left;
    width: 290px;
    margin-top: 10px;
    margin-right: 13px;
}

.product_min li img {
    width: 290px;
    height: 290px;
}

.product_min li:last-child {
    float: right;
    margin-right: 0;
}

.product_min li p {
    overflow: hidden;
    line-height: 3;
    font-size: 18px;
}

.product_min li p span {
    display: inline-block;
    float: right;
    color: #af1412;
}

.product_max {
    overflow: hidden;
}

.product_max li {
    float: left;
    width: 391px;
    margin-top: 10px;
    margin-right: 13px;
}

.product_max li img {
    width: 391px;
    height: 391px;
}

.product_max li:last-child {
    float: right;
    margin-right: 0;
}

.product_max li p {
    overflow: hidden;
    line-height: 3;
    font-size: 18px;
    padding: 0 6px;
    background: #fff;
}

.product_max li p span {
    display: inline-block;
    float: right;
    color: #af1412;
}

.product_hid {
    overflow: hidden;
    margin-top: 10px;
}

.product_hid div {
    float: left;
}

.product_hid div.l {
    width: 585px;
    background: #eeeeee;
    margin-right: 10px;
}

.product_hid div.l p {
    padding: 50px 5px 2px;
    position: relative;
    font-size: 44px;
    font-weight: 400;
    line-height: 1;
}

.product_hid div.l i {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 6px 10px;
    color: #fff;
    background: #af1412;
    font-style: normal;
    font-size: 14px;
}

.product_hid div.l p span {
    display: inline-block;
    float: right;
    color: #af1412;
    font-size: 26px;
    margin-top: 26px;
}

.product_hid div.r {
    width: calc(100% - 595px);
    width: -webkit-calc(100% - 595px);
    width: -moz-calc(100% - 595px);
}

.product_hid div.r li {
    float: left;
    width: calc(50% - 5px);
    width: -webkit-calc(50% - 5px);
    width: -moz-calc(50% - 5px);
}

.product_hid div.r li:nth-child(odd) {
    margin-right: 10px;
}

.product_hid div.r li p {
    overflow: hidden;
    line-height: 2.5;
    font-size: 18px;
}

.product_hid div.r li p span {
    display: inline-block;
    float: right;
    color: #af1412;
}

.product_class {
    overflow: hidden;
}

.product_class li {
    width: 100%;
    line-height: 3;
    border-bottom: 1px solid #e0e0e0;
}

.product_class li:last-child {
    border: 0;
}

.product_class li a {
    color: #979797;
    display: inline-block;
    padding: 6px 20px;
}

.product_class li a.active {
    color: #be1e1e;
}

.product_pic {
    overflow: hidden;
    width: 100%;
}

.product_pic h2 {
    font-size: 28px;
    line-height: 2;
    padding-bottom: 24px;
    text-align: center;
}

.product_pic h2 p {
    font-size: 13px;
    color: #969696;
}

.product_pic li {
    width: 33%;
    float: left;
    margin-right: 0.5%;
    border: 1px solid #f3f3f3;
    box-sizing: border-box;
}

.product_pic li:last-child {
    margin: 0;
}

.product_pic li p {
    overflow: hidden;
    color: #000;
    margin: 0 10px;
    line-height: 2;
}

.product_pic li p.big {
    font-size: 24px;
}

.product_pic li p.red {
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 10px;
}

.product_pic li p.red i {
    color: #d31f1e;
    font-style: normal;
}

.product_pic li p.txt,
.product_pic li p.line {
    color: #a7a7a7;
}

.product_pic li p.line {
    margin: 0;
    margin-top: 10px;
    line-height: 3;
    background: #f3f3f3;
}

.product_pic li p.line span {
    width: 33.33%;
}

.product_pic li p.line span.m {
    text-align: center;
}

.product_pic li p.line span.r {
    text-align: right;
}

.product_det {
    overflow: hidden;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
    position: relative;
}

.product_det li {
    color: #000;
    font-size: 13px;
}

.product_det li img {
    width: 100%;
}

.product_det li p.m {
    padding: 30px 0;
}

.product_det li p.m i {
    color: #b51311;
    font-style: normal;
}

.product_det li p.m input {
    border: 0;
    line-height: 3;
    margin-left: 10px;
    text-indent: 10px;
}

.product_det li p {
    overflow: hidden;
}

.product_det li p.red i {
    color: #b11314;
    font-style: normal;
}

.product_det li p:first-child a {
    display: block;
    margin: 0px 10px 10px 10px;
    box-sizing: border-box;
}

.product_det li p:first-child a img {
    width: 60px;
    vertical-align: middle;
}

.product_det li h2 {
    font-size: 20px;
    font-weight: normal;
    line-height: 3;
    border-bottom: 1px solid #e4e4e4;
}

.product_det li.txt div {
    border-bottom: 1px solid #e4e4e4;
    line-height: 2.4;
    padding: 30px 0;
    width: 100%;
}

.product_det li.txt div p {
    padding: 0 2%;
    font-size: 13px;
    color: #727272;
}

.product_det li.txt div p.line {
    margin-top: 10px;
    background: #f1eff0;
    color: #949494;
}

.product_det li.txt div p span {
    width: 50%;
    text-align: left;
}

.order h3 {
    background: #f5f5f5;
    color: #969696;
    font-weight: normal;
    line-height: 3;
    text-indent: 30px;
}

.order>div {
    font-size: 14px;
}

.order>div li.txt {
    border: 1px solid #eaeaea;
}

.order>div li.txt table {
    padding-top: 40px;
}

.order>div li.txt table td {
    line-height: 3;
}

.order>div li.txt table td p span {
    color: #969696;
}

.order>div li.txt table td.m a {
    color: #c81e1f;
    padding: 4px 8px;
    border: 1px solid #f52758;
}

.order>div li.txt table td input {
    vertical-align: middle;
}

.order>div li.txt table td a {
    padding: 6px 12px;
    border: 1px solid #fff;
}

.order>div li.txt table td a.boder {
    border: 1px solid #9e9e9e;
    padding: 6px 12px;
}

.order>div li.txt table tr td.boder {
    border-top: 1px dashed #e4e4e4;
    padding-top: 15px;
}

.order>div li.txt table tr td.boder span {
    line-height: 1;
    float: left;
    margin-left: 100px;
}

.order>div li.txt table tr td.boder textarea {
    width: 80%;
    line-height: 2;
    background: #f5f5f5;
}

.order>div li.money {
    overflow: hidden;
    background: #f5f5f5;
}

.order>div li.money div.l {
    margin-left: 60px;
    margin-top: 40px;
}

.order>div li.money div.l input {
    vertical-align: middle;
}

.order>div li.money div.r p {
    line-height: 4;
    border-bottom: 1px solid #c8c8c8;
}

.order>div li.money div.r {
    margin-right: 25px;
    width: 25%;
}

.order>div li.money div.r p {
    color: #959595;
    text-align: right;
    padding-right: 10px;
}

.order>div li.money div.r p b {
    color: #000;
}

.order>div li.money div.r p span {
    display: inline-block;
    width: 30%;
}

.order>div li.money div.r p:nth-child(3) {
    border: 0;
}

.order>div li.money div.r p:last-child {
    color: #000;
    border: 0;
}

.order>div li.money div.r p:last-child i {
    font-size: 30px;
    font-style: normal;
    color: #cb1f1f;
}

.order>div li.butoon {
    text-align: right;
    margin-top: 10px;
}

.order>div li.butoon input {
    display: inline-block;
    width: 275px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    background: #cb1f1f;
    border: 0;
    font-size: 28px;
    color: #FFF;
}

.order>div li.Place {
    background: #f5f5f5;
}

.order>div li.Place .red {
    font-size: 30px;
    color: #d41d1f;
    margin-right: 10px;
}

.order>div li.Place .l {
    margin-top: 30px;
    margin-left: 30px;
    font-size: 16px;
}

.order_list {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 20px;
}

.order_list thead {
    background: #f5f5f5;
    color: #969696;
    line-height: 3;
}

.order_list {
    border: 1px solid #e4e4e4;
}

.order_list tbody td img {
    width: 100px;
}

.order_list tbody td {
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4;
}

.order_list tbody td.black {
    color: #000;
}

.order_list tbody td.red {
    color: #b11314;
    font-size: 22px;
}

.order_list tbody td P {
    text-align: left;
}

.orderok_list {
    text-align: left;
}

.orderok_list thead {
    background: #f5f5f5;
    color: #969696;
    line-height: 3;
    text-indent: 20px;
}

.orderok_list {
    border: 1px solid #e4e4e4;
}

.orderok_list tbody td img {
    width: 100px;
    margin: 15px;
}

.orderok_list tbody td {
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
}

.orderok_list tbody td a.big {
    display: inline-block;
    margin-bottom: 10px;
    color: #b11314;
    font-size: 14px;
}

.orderok_list tbody td a.ok {
    display: inline-block;
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
}

.buy {
    overflow: hidden;
}

.buy tr td a {
    color: #969696;
}

.buy tr td a.payment {
    display: inline-block;
    color: #cb1f1d;
    padding: 12px 38px;
    border: 1px solid #cb1f1d;
    margin-bottom: 20px;
}

.buy tr td:nth-child(2) {
    line-height: 2;
    box-sizing: border-box;
    border-right: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
}

.buy tr td:nth-child(2) span {
    color: #c81f1a;
    font-size: 26px;
}

.buy tr td.cp {
    width: 60%;
}

.buy td.cp p:first-child {
    margin-top: 10px;
}

.buy td.cp p {
    overflow: hidden;
}

.buy td.cp p span {
    display: inline-block;
    vertical-align: middle;
}

.buy td.cp p span img {
    width: 100px;
}

.buy td.cp p span.black {
    color: #000;
}

.buy td.cp p span.red {
    color: #c81f1a;
}

.user {
    text-align: center;
}

.user .img {
    height: 100px;
}

.user .img input {
    display: none
}

.user .img img {
    display: none;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin: 0 auto;
}

.order_ok {
    overflow: hidden
}

.order_ok .flex {
    float: left;
    background: #fff;
    width: 180px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.order_ok .flex li {
    width: 100px;
    margin: 0 auto;
    text-align: center;
}

.order_ok .flex dl {
    width: 120px;
    margin: 0 auto;
    margin-top: 30px;
    border-bottom: dashed 1px #e8e8e8;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.order_ok .flex dl dt {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    border-radius: 50px;
    overflow: hidden;
}

.order_ok .flex dl .nickname {
    text-align: center;
    margin: 26px 10px 0px;
}

.order_ok .flex dl a {
    cursor: pointer;
}

.order_ok .flex dl .levelname {
    display: block;
    width: 72px;
    height: 18px;
    text-align: center;
    color: rgb(166, 147, 112);
    background-color: rgb(244, 240, 234);
    border: 1px solid rgb(179, 160, 122);
    border-radius: 2px;
    margin: 3px auto;
}

.order_ok .flex dl .switch {
    display: block;
    width: 96px;
    height: 28px;
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    margin: 15px auto 0px;
    color: rgb(51, 51, 51);
    background-color: rgb(245, 245, 245);
    border-radius: 2px;
    border: 1px solid rgb(204, 204, 204);
}

.order_ok .flex li a {
    line-height: 3;
    display: inline-block;
}

.order_ok .flex li img {
    width: 18px;
    vertical-align: middle;
}

.order_ok .r {
    width: 1010px;
    margin-left: 10px;
}

.order_ok_nav {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 14px;
}

.order_ok_nav li {
    float: left;
    width: 15%;
    line-height: 2;
    text-align: center;
}

.order_ok_nav li:last-child {
    width: 40%;
}

.order_ok_nav li a {
    font-size: 18px;
    font-weight: bold;
    display: block;
    border-bottom: 2px solid #e8e8e8;
}

.order_ok_nav li a.selected {
    color: #b21212;
    border-bottom: 2px solid #b21212;
}

.order_ok_nav li input:first-child {
    text-indent: 6px;
}

.order_ok_nav li input {
    font-size: 14px;
    height: 25px;
}

.order_ok_nav li input[type=button] {
    height: 29px;
}

.order_user,
.order_add {
    border: 1px solid #e8e8e8;
    padding: 30px 80px;
}

.order_user h2,
.order_add h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 2;
    border-bottom: 1px solid #b4a078;
}

.order_user li {
    font-size: 14px;
    overflow: hidden;
    line-height: 4.5;
}

.order_user li span.l {
    width: 10%;
}

.order_user li span.r {
    margin: 0;
    width: 90%;
}

.order_user li span.r a {
    margin-left: 30px;
    color: #04AEDA;
}

.order_user li input[type=text],
.order_user li select {
    padding: 6px 0;
}

.order_user li input[type=button],
.order_search input[type=button] {
    color: #fff;
    border: 1px solid #b4a078;
    background-color: #b4a078;
    width: 144px;
    height: 42px;
    line-height: 40px;
    font-size: 16px;
    border: 0;
    margin-top: 40px;
}

.order_add li.no {
    text-align: center;
    padding: 20px 0;
    line-height: 2;
}

.order_add li a {
    display: inline-block;
    color: #04AEDA;
}


/*弹出层*/

.added {
    font-size: 14px;
    margin: 1%;
    width: 98%;
}

.added tbody td {
    padding-left: 10px;
    line-height: 2;
    padding-top: 20px;
}

.added tbody td select {
    width: 100px;
    height: 32px;
    line-height: 30px;
}

.added tbody td textarea {
    width: 95%;
    height: 60px;
}

.added td input {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #E0E0E0;
    line-height: 2;
    text-indent: 6px;
}

.added td input[type=button] {
    width: 144px;
    height: 42px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #b4a078;
    background-color: #b4a078;
}

.m-addressList th {
    text-align: center;
    font-weight: 400;
    height: 43px;
    color: #999;
    border-bottom: 1px solid #e8e8e8;
}

.m-addressList th,
.m-addressList tr:hover {
    background-color: #f5f5f5;
}

.m-addressList td {
    height: 100px;
    text-align: center;
    word-wrap: break-word;
    word-break: break-all;
}

.m-addressList td.red {
    color: #d4282d;
    font-size: 16px
}

.m-addressList {
    width: 100%;
    border: 1px solid #e8e8e8;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
}

.w-link,
.w-link:hover {
    color: #69c;
}

.collecitonList {
    width: 100%;
    overflow: hidden;
}

.collecitonList .item {
    float: left;
    width: 197px;
    margin: 0 0 30px;
    padding: 0 5px;
    list-style-type: none;
}

.collecitonList,
Ct .w-collectionInner,
.m-topicCollectionList {
    min-height: 532px;
}

.collection-product {
    position: relative;
    width: 200px!important;
    font-size: 14px;
    height: auto;
}

.m-product .w-delete {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    height: 20px;
    z-index: 9;
    cursor: pointer;
    background-image: url(/Content/Images/del.jpg);
    background-repeat: no-repeat;
}

.m-product .prdtTags .attribute.itemTag {
    color: #A94528;
    background-color: #F8BC59;
}

.m-product .prdtTags .itemTag {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #fff;
    padding: 0 5px;
    font-size: 12px;
    background-color: #E36843;
}

.m-product .hd {
    position: relative;
    margin-bottom: 8px;
    overflow: hidden;
    background-color: #f4f4f4;
}

.collection-product img {
    width: 200px;
    height: 200px;
}

.bd {
    text-align: center;
}

.m-product .prdtTags {
    height: 20px;
    font-size: 0;
    color: #fff;
    width: 200px;
    margin: 0 auto 3px;
    overflow: hidden;
}

.collection-product .name {
    margin-bottom: 4px;
    line-height: 2;
}

.m-product .price {
    line-height: 2;
    color: #d4282d;
}

.m-product .similar {
    display: block;
    margin: 5px auto 0;
    width: 68px;
    height: 27px;
    line-height: 25px;
    text-align: center;
    background: #F5F5F5;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    cursor: pointer;
}

.order_search input {
    display: inline-block;
    vertical-align: middle;
    line-height: 2;
    width: 150px;
}


/*注册  */

.register {
    width: 70%;
    margin: 0 auto;
}

.register h2 {
    margin-top: 30px;
    line-height: 3;
    border-bottom: 1px solid #ddd;
}

.register li {
    margin-top: 15px;
    overflow: hidden;
    line-height: 3
}

.register li .u-label {
    float: left;
    text-align: right;
    width: 18%;
}

.register li .i-inpt {
    width: 30%;
    float: left;
    line-height: 2;
    margin-top: 6px;
}

.register li .getsms-btndisabled {
    margin-left: 10px;
    background: #69c;
    color: #fff;
    line-height: 2.5;
    padding: 0 10px;
    margin-top: 6px;
    display: inline-block;
}

.register li .disabled {
    float: left;
    line-height: 3;
    margin-top: 6px;
    background: #69c;
    color: #fff;
    border: 0;
    width: 120px;
}

.register li .tip {
    float: left;
    line-height: 3;
}

.register li .tip input {
    display: inline-block;
    vertical-align: middle;
}