* {
    padding: 0;
    margin: 0;
    font: 12px/150% "Microsoft YaHei", "\5b8b\4f53";
}

html {
    height: auto;
    min-height: 100%;
}

body {
    padding: 0;
    background: #fff;
    /* padding-bottom: 467px; */
    min-height: 100%;
}

a {
    text-decoration: none;
}

ul,
ol,
li {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font: 12px/150% "Microsoft YaHei", "\5b8b\4f53";
}

main {}

.login_wrap {
    background-color: #f5f5f5;
    min-height: 100vh;
    margin: 0;
    padding-top: 100px;
    padding-bottom: 100px;
}

.login,
.phone_bind {
    background: #ffffff;
    width: 400px;
    display: block;
    margin: 0px auto;
}

.title {
    border-bottom: 1px solid #E0E0E0;
    display: flex;
    flex-direction: row;
    line-height: 50px;
    height: 50px;
}

.title a {
    flex: 1;
    text-align: center;
    color: #999999;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    line-height: 50px;
}

.title b {
    border-right: 2px solid #ccc;
    height: 17px;
    font-size: 16px;
    font-weight: 400;
    color: #E0E0E0;
    display: block;
    margin-top: 16.5px;
}

.title a.on {
    color: #000066;
}

.login_mainCont {
    width: 335px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.login_main_item {
    padding-top: 30px;
}

.login_main_item>div {
    margin-bottom: 35px;
    position: relative;
}

.login_main_item p.item {
    width: 100%;
    border: 1px solid #ccc;
    display: flex;
}

.login_main_item p.item b {
    display: block;
    width: 40px;
    background: #F3F3F3;
    border-right: 1px solid #ccc;
    text-align: center;
    line-height: 40px;
    color: #ccc;
    font-size: 16px;
}

.login_main_item p.item b i {
    font-size: 20px;
    font-style: normal;
}

.login_main_item p.item .show_pass {
    line-height: 40px;
    margin-right: 5px;
    font-size: 16px;
}

.login_main_item p.item input {
    height: 40px;
    padding: 0 3px;
    flex: 1;
    border: 0;
}

.login_main_item p.item input:focus {
    outline: none;
}

.login_main_item .register_code input {
    height: 40px;
}

.login_main_item .register_code img {
    height: 40px;
}

.login_sendsms {
    display: block;
    line-height: 40px;
    color: #000066;
    font-size: 12px;
    text-decoration: none;
    margin-right: 10px;
    background: none;
    border: 0;
}

.login_sendend {
    display: none;
}

.error_msg {
    color: red;
}

/*.login_main>div{display:none;}*/
.login_main .on {
    display: block;
}

.login_mainCenter {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: bold;
    color: #262626;
}

.login_mainCenter p {
    display: flex;
    color: #262626;
}

.login_mainCenter a {
    color: #262626;
    text-decoration: none;
}

.login_botton {
    margin-top: 30px;
}

.login_botton button {
    width: 100%;
    border: 1px solid #000066;
    font-weight: bold;
    color: #000066;
    border-radius: 4px;
    line-height: 40px;
    background: #fff;
    font-size: 16px;
}

.login_botton button:hover {
    background: #000066;
    color: #fff;
}

.phone_bind .title a {
    color: #262626;
}

.login_main_item .login_bind_item p span {
    width: 60px;
    line-height: 40px;
    background: none;
    border-right: 0;
    font-size: 12px;
    color: #262626;
    text-align: center;
}

.login-other {
    padding: 0px;
    line-height: 50px;
    border-top: 1px solid #f4f4f4;
    height: auto;
    background-color: #ffffff;
    margin-top: 20px;
}

.login-other ul li {
    float: left;
}

.login-other li.extra-r {
    float: right;
}

.login-other li.extra-r a {
    color: #000066;
    text-decoration: underline;
    padding-left: 10px;
}

.login-other li a b {
    width: 19px;
    height: 18px;
    display: block;
    background: url(/assets/addons/user/img/QQ-weixin.png) no-repeat;
    margin: 0 auto;
    position: absolute;
    float: left;
    left: 0;
    top: 5px;
}

.login-other li b.qq-icon {
    width: 19px;
    height: 18px;
    display: block;
    background: url(/assets/addons/user/img/QQ-weixin.png) 0 0 no-repeat;
    margin: 0 auto;
    position: absolute;
    float: left;
    left: 0;
    top: 5px;
}

.login-other li a b.wx-icon {
    background-position: -20px 0;
}

.login-other li a b.wb-icon {
    background-position: -39px 0;
}

.login-other li a {
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #666;
}

.login-other li .line {
    color: #ccc;
    padding: 0 5px;
}

.login_main_item p.item span.msg-box {
    background-color: none;
    color: red;
    width: auto;
}

.login_main_item p.item span.msg-box span {
    background-color: none;
    border: 0;
    line-height: 20px;
    color: red;
    width: auto;
    text-align: left;
    font-weight: normal;
}

/*注册*/
input:focus {
    outline: none;
}

.register_wrap {
    background: url(/assets/addons/user/img/registerbg.jpg) no-repeat;
    min-height: 100vh;
    margin: 0;
    padding-top: 102px
}

.register_main {
    width: 440px;
    background: #FFFFFF;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
}

.register_phoneTop {
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    color: #000066;
    width: 380px;
    margin: 30px auto;
}

.register_phoneTop a {
    color: #000066;
}

.register_phoneB {
    width: 380px;
    margin: 0px auto;
}

.register_account {
    width: 100%;
    background: #FEFEFE;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    margin-bottom: 26px;
    position: relative;
}

.register_account.register_pwd input {
    width: 92%;
}

.register_pwd .show_pass {
    color: #616161;
    font-size: 16px;
    line-height: 40px;
    margin-right: 5px;
}

.error {
    position: absolute;
    bottom: -25px;
    color: #F22424;
    width: 100%;
}

.captch_error {
    text-align: right;
}

.register_account input {
    width: 100%;
    height: 48px;
    line-height: 48px;
    border: 0;
    padding-left: 5px;
}

.register_captch {
    position: relative;
    width: 100%;
    background: #FEFEFE;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    margin-bottom: 26px;
    display: flex;
    justify-content: space-between;
}

.register_captch input {
    border: 0;
    padding-left: 5px;
    height: 48px;
    line-height: 48px;
    width: 290px;
}

.register_next {
    background: #CBCBD1;
    border-radius: 4px;
    color: #fefefe;
    font-size: 18px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    margin-bottom: 22px;
}

.register_nextSuccess {
    background: #004AB3;
    color: #fff;
}

.register_nextSuccess:hover {
    background: #000066;
}

.register_other {
    height: 80px;
}

.register_other_Placeholder {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.register_other a:nth-child(2) {
    margin-left: 20px;
}

.register_code {
    width: 100%;
    background: #FEFEFE;
    border-radius: 2px;
    margin-bottom: 26px;
    display: flex;
    justify-content: space-between;
}

.register_code input {
    flex: 1;
    margin-right: 12px;
    border: 1px solid #CCCCCC;
    height: 48px;
    line-height: 48px;
}

.register_code img {
    width: 168px;
    heigth: 48px;
}

.register_clickCode {
    margin-bottom: 26px;
}

.register_password {
    display: none;
}

.register_password .register_phoneTop {
    text-decoration: none;
}

.register_btn {
    width: 380px;
    margin: 0 auto;
}

.register_btn button {
    color: #fff;
    height: 48px;
    width: 100%;
    background: #004AB3;
    border-radius: 2px;
    border: 0;
    margin-bottom: 80px;
    font-size: 18px;
}

.register_agreeCheckbox {
    display: flex;
}

.register_agreeCheckbox a {
    color: #004AB3
}

/*忘记密码*/
.changepwd_cont {
    background-color: #f5f5f5;
    min-height: 100vh;
    margin: 0;
    padding-top: 200px;
    padding-bottom: 100px;
}

.changepwd_cont_main {
    width: 400px;
    margin: 0 auto;
    background: #fff;
    padding-top: 50px;
    padding-bottom: 60px;
}

.changepwd_cont_main>h3 {
    width: 332px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    color: #262626;
}

.changepwd_conttips {
    width: 332px;
    margin: 0 auto;
    font-size: 14px;
    color: #666666;
    line-height: 50px;
    font-weight: bold;
}

.changepwd_phone {
    width: 332px;
    margin: 0 auto;
    margin-top: 25px;
}

.input_item {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #ccc;
    height: 40px;
    background: #F2F2F2;
    border-radius: 4px;
    display: flex;
    position: relative;
    margin-bottom: 30px;
}

.input_item input {
    border: 0;
    width: 100%;
    height: 40px;
    background: none;
    padding: 0 5px;
}

.change_pwdNext {
    width: 100%;
    height: 40px;
    background: #000066;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    color: #FEFEFE;
    line-height: 40px;
}

.change_email {
    font-size: 14px;
    font-weight: bold;
    color: #000066;
    line-height: 50px;
}

.changepwd_phonecont,
.changepwd_emailcont {
    font-size: 14px;
    color: #4D4D4D;
    line-height: 50px;
}

.sendsms {
    display: block;
    line-height: 40px;
    color: #000066;
    font-size: 12px;
    text-decoration: none;
    margin-right: 10px;
    background: none;
    border: 0;
}

.changepwd_phone .input_item input {
    width: auto;
    flex: 1;
}

.changepwd_cont_newpwd {
    width: 400px;
    margin: 0 auto;
    background: #fff;
    padding-top: 50px;
    padding-bottom: 60px;
}

.changepwd_cont_newpwd>h3 {
    width: 332px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    color: #262626;
}

.changepwd_cont_newpwd .changepwd_conttips {
    line-height: 26px;
}

.changepwd_cont_newpwd .input_item {
    margin-bottom: 25px;
}

.changepwd_cont_newpwd .change_pwdNext {
    margin-top: 10px;
}

.changephone_pwd .register_code input {
    height: 40px;
}

.changephone_pwd .register_code img {
    height: 40px;
}

.changepwd_bottom {
    display: flex;
    justify-content: space-between;
    line-height: 50px;

}

.changepwd_bottom span {
    line-height: 50px;
    font-size: 14px;
    font-weight: bold;
    color: #000066;
    cursor: pointer;
}

.changepwd_accountApplication {
    width: 90%;
    margin: 0 auto;
    display: none;
}

.changepwd_accountApplication h3 {
    font-size: 16px;
}

.changepwd_accountApplication_bottom {
    margin-top: 15px;
}

.changepwd_accountApplication_bottom p {
    display: flex;
}

.changepwd_accountApplication_bottom p label {
    width: 100px;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.changepwd_accountApplication_bottom p label b {
    color: red;
}

.changepwd_accountApplication_bottom p select {
    height: 30px;
    line-height: 30px;
    flex: 1;
}

.changepwd_accountApplication_bottom p input {
    height: 30px;
    line-height: 30px;
    flex: 1;
}

.changepwd_accountApplication_bottom p textarea {
    height: 80px;
    flex: 1;
}

.changepwd_accountApplication_btn {
    color: #fff;
    height: 40px;
    line-height: 40px;
    width: 70%;
    margin: 20px auto;
    background: #000066;
    border: 0;
    display: block;
    font-size: 14px;
}

/* 商城头部 */
.shop_header {

    background: #fff;
    background: #fff;
    width: 100%;
    position: relative;
}

.shop_header .login_header_bottomcont {
    justify-content: space-between;
}

.shop_search {
    width: 540px;
    margin-top: 30px;
    position: relative;
}

.shop_searchCont {
    display: flex;
    width: 540px;
    background: #F5F5F5;
    height: 40px;
}

.shop_searchCont input {
    height: 40px;
    border: 1px solid #000066;
    border-radius: 4px 0 0 4px;
    flex: 1;
}

.search_btn {
    width: 98px;
    line-height: 40px;
    text-align: center;
    background: #000066;
    border-radius: 0px 4px 4px 0px;
    color: #fff;
    font-size: 16px;
}

.search_btn:hover {
    color: #fff;
}

.shop_searchResultList {
    position: absolute;
    top: 40px;
    background: #fff;
    border: 1px solid #ccc;
    width: 442px;
    z-index: 100;

}

.shop_searchResultList ul {
    margin-bottom: 0;
}

.shop_searchResultList ul li {
    height: 30px;
    line-height: 30px;

}

.shop_searchResultList ul li a {
    font-size: 13px;
    color: #000;
    display: block;
    line-height: 30px;
    height: 30px;
    padding: 0 5px;
}

.shop_searchResultList ul li a i.highlight {
    color: red;
    font-size: 14px;
}

.shop_searchResultList ul li a:hover {
    background: #000066;
    color: #fff;
}

.search_hot {
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
}

.search_hot a {
    color: #999;
    font-size: 13px;
    padding: 0 4px;
}

.search_hot a:hover {
    text-decoration: underline;
}

.search_hot a.search_btnCurrent {
    color: #000066;
}

.header_cart {
    width: 180px;
    height: 42px;
}

.header_cart a {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #F5F5F5;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4D4D4D;
    font-size: 14px;
    font-weight: bold;
}

.header_cart a span {
    width: 28px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #F22424;
    border-radius: 9px 0px 9px 0px;
    color: #fff;
    font-size: 12px;
    margin-left: 5px;
}

.header_cart a i {
    color: #000066;
    margin-right: 5px;
}

.shop_nav {
    width: 1200px;
    margin: 20px auto 0;
}

.shop_nav ul {
    display: flex;
    margin-bottom: 0;
}

.shop_nav ul li {
    padding-right: 30px;
}

.shop_nav ul li>a {
    color: #1A1A1A;
    font-size: 18px;
    font-weight: bold;
    display: block;
    line-height: 50px;
}

.shop_nav ul li>a.active {
    color: #000066;
}

.shop_nav ul li .cwbio-web-label-item {
    top: 198px;
    z-index: 10;
    display: none;
    border-top: 2px solid #000066;
    position: absolute;
}

/* 个人中心左侧菜单 */
.main {
    width: 100%;
}

.user_main {
    width: 1200px;
    margin: 20px auto 0;
}

.current_position {
    color: #999999;
    font-size: 14px;
    margin-bottom: 20px;
}

.current_position a {
    color: #999999;
    font-size: 14px;
}

.user_cont {
    width: 100%;
    display: flex;
    margin-bottom: 100px;
}

.user_contLeft {
    width: 190px;
}

.user_contLeftC {
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    margin-bottom: 20px;
}

.user_contLeftC h3 {
    height: 38px;
    background: #E1E1E6;
    box-shadow: 0px 1px 0px 0px #E0E0E0;
    border-radius: 4px 4px 0px 0px;
    margin: 0;
    padding-left: 30px;
    line-height: 38px;
    font-size: 14px;
    font-weight: bold;
}

.user_contLeftC ul {
    margin-bottom: 0;
}

.user_contLeftC ul li {
    box-shadow: 0px 1px 0px 0px #E0E0E0;
}

.user_contLeftC ul li:last-child {
    border-bottom: 0;
    box-shadow: none;
}

.user_contLeftC ul li.active a {
    color: #000066;
}

.user_contLeftC ul li a {
    color: #666666;
    font-size: 14px;
    padding-left: 30px;
    height: 38px;
    line-height: 38px;
    font-weight: bold;
}

.user_contRight {
    margin-left: 30px;
    flex: 1;
}

/* 修改资料 */
.user_profile {
    width: 100%;
}

.user_profileCont {
    width: 100%;
    margin-left: 110px;
}

.user_profile_title {
    font-size: 24px;
    color: #000066;
    height: 50px;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 40px;
}

.user_profile_cont {
    position: relative;
}

.user_top_contRight {
    float: right;
    font-size: 13px;
}

.user_profile_tips {
    position: absolute;
    top: 50px;
    background: #ff5500;
    color: #fff;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding-left: 10px;
}

.user_profile_Upload {
    position: relative;
    margin-left: 80px;
    margin-bottom: 20px;
    width: 120px;
    height: 120px;
    border-radius: 60px;
}

.user_profile_Upload img {
    width: 120px;
    height: 120px;
    background: #F5F5F5;
    border-radius: 60px;
    border: 0;
}

.user_profile_uploadBtn {
    position: absolute;
    top: 0;
    width: 120px;
    height: 120px;
    z-index: 10;
    opacity: 0;
    left: 0;
}

.user_profile_Upload .user_profile_UploadTips {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    border-radius: 60px;
    line-height: 120px;
    text-align: center;
    cursor: pointer;
    display: none
}

.user_profile_Upload:hover .user_profile_UploadTips {
    background: #444;
    opacity: 0.6;
    color: #fff;
    display: block;
}

.user_profile_info {
    display: flex;
    margin-bottom: 16px;
}

.user_profile_info label {
    width: 70px;
    color: #666666;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-weight: bold;
}

.user_profile_info>span {
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    font-weight: bold;
    padding-left: 5px;
}

.user_profile_info .user_profile_infoR {
    width: 318px;
    height: 32px;
    border: 1px solid #D4D4D4;
    border-radius: 2px;
    display: flex;
    background: #F5F5F5;
}

.user_profile_info input {
    height: 30px;
    flex: 1;
    border: 0;
    font-weight: bold;
    background: none;
    padding-left: 5px;
}

.user_profile_info button {
    background: none;
    color: #004AB3;
    font-size: 14px;
    border: 0;
    margin-right: 5px;
    font-weight: bold;
}

.user_profile_info input::placeholder {
    color: #B3B3B3;
}

.user_profile_infoBtn {
    margin-left: 180px;
    width: 318px;
    height: 38px;
    background: #004AB3;
    border-radius: 2px;
    color: #fff;
    border: 0;
    margin-top: 38px;
}

.user_profile_infoBtn:hover {
    background: #000066;
}

.ems_dialog {
    display: none;
    background: #FFFFFF;
    border-radius: 24px;
    text-align: center;
}

.ems_dialog h3 {
    margin: 30px 39px 40px;
    width: 480px;
    font-size: 18px;
    font-weight: bold;
    color: #262626;
    line-height: 24px;
    text-align: left;
}

.ems_dialog h3 span {
    float: right;
    margin-right: 39px;
    color: #999999;
    cursor: pointer;
}

.ems_dialog_list {
    width: 440px;
    margin: 0px auto 16px;
    display: flex;
    height: 30px;
}

.ems_dialog_list label {
    width: 70px;
    text-align: right;
    height: 30px;
    line-height: 30px;
    margin-right: 21px;
}

.ems_dialog_listR {
    border: 1px solid #D4D4D4;
    border-radius: 2px;
    width: 260px;
    height: 32px;
    line-height: 32px;
    display: flex;
}

.ems_dialog_listR input {
    flex: 1;
    border: 0;
    height: 30px;
}

.ems_dialog_listRCode {
    height: 30px;
    line-height: 30px;
    border: 0;
    background: none;
    color: #004AB3;
    margin-right: 15px;
}

.ems_submit {
    height: 38px;
    background: #004AB3;
    border-radius: 2px;
    width: 260px;
    color: #fff;
    border: 0;
    margin: 20px auto 40px;
}

.sms_dialog {
    background: #FFFFFF;
    border-radius: 24px;
    text-align: center;
    display: none;
}

.sms_dialog h3 {
    margin: 30px 39px 30px;
    width: 480px;
    font-size: 18px;
    font-weight: bold;
    color: #262626;
    line-height: 24px;
    text-align: left;
}

.sms_dialog h3 span {
    float: right;
    margin-right: 39px;
    color: #999999;
    cursor: pointer;
}

.sms_dialog_list {
    width: 440px;
    margin: 0px auto 30px;
    display: flex;
    height: 30px;
}

.sms_dialog_list label {
    width: 70px;
    text-align: right;
    height: 30px;
    line-height: 30px;
    margin-right: 21px;
}

.sms_dialog_listR {
    border: 1px solid #D4D4D4;
    border-radius: 2px;
    width: 260px;
    height: 32px;
    line-height: 32px;
    display: flex;
}

.sms_dialog_listR input {
    flex: 1;
    border: 0;
    height: 30px;
}

.sms_dialog_listRCode {
    height: 30px;
    line-height: 30px;
    border: 0;
    background: none;
    color: #004AB3;
    margin-right: 15px;
}

.sms_submit {
    height: 38px;
    background: #004AB3;
    border-radius: 2px;
    width: 260px;
    color: #fff;
    border: 0;
    margin: 0px auto 30px;
}

.sms_dialog_list>div {
    position: relative;
}

.sms_dialog_list>div .error {
    text-align: left;
}

.red {
    color: red;
}

/* 底部 */
footer {
    background: #404040;
    width: 100%;
}

.footer_top {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer_topLeft {
    width: 200px;
    height: 83px;
    opacity: 0.5;
    margin-top: 124px;
    margin-right: 60px;
}

.footer_topLeft img {
    width: 100%;
}

.footer_topCenter {
    margin-top: 88px;
    justify-content: space-between;
    display: flex;
    flex:1;
}

/* .footer_topCenterList {
    margin-right: 100px;
} */

.footer_topCenterList h3 {
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.footer_topCenterList ul li a {
    color: #CCCCCC;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.footer_topCenterList:last-child {
    margin-right: 0;
}

.footer_topRight {
    width: 132px;
}

.footer_topRight p {
    text-align: center;
    color: #fff;
    margin-top: 88px;
    font-size: 14px;
    margin-bottom: 10px;
}

.footer_topRight img {
    width: 132px;
    height: 132px;
    background: #FFFFFF;
}

.footer_bottom {
    border-top: 1px solid #999999;
    width: 100%;
    margin-top: 50px;
    padding: 39px 0;
}

.footer_bottom p {
    text-align: center;
    color: #fff;
}

/* 我的历史轨迹 */
.user_history {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    margin-left: -20px;
}

.user_history .line-mask {
    position: absolute;
    left: 0;
    width: 20px;
    background: #fff;
    pointer-events: none;
    height: 100%;
    z-index: 3;
}

.user_history_cont {
    overflow: hidden;
    width: 100%;
}

.user_history_item_goods {
    width: 210px;
    float: left;
    margin: 0 0 25px 20px;
}

.user_history_item_goods:nth-child(5n) {
    margin-right: 0;
}

.user_history_item_goods_date {
    position: relative;
    height: 45px;
    line-height: 45px;
    color: #666;
    margin-bottom: 20px;
}

.user_history_item_goods_date .date {
    position: relative;
    top: 0;
    right: 0px;
    left: -20px;
    padding-left: 0px;
    z-index: 2;
    zoom: 1;
    padding-right: 0px;
    line-height: 40px;
    color: #333;
    display: inline-block;
}

.user_history_item_goods_date .date label {
    background: #fff;
    line-height: 40px;
    padding-left: 20px;
}

.user_history_item_goods_date .date label i {
    margin-right: 20px;
}

.user_history_item_goods_date .date .month-lite {
    font-size: 20px;
    font-weight: 700;
}

.user_history_item_goods_date .date .count {
    color: #404040;
    vertical-align: 0;
    font-weight: bold;
}

.user_history_item_goods_date s.line {
    position: absolute;
    top: 23px;
    width: 230px;
    left: -20px;
    height: 1px;
    line-height: 1px;
    background: #ccc;
}

.user_history_item_goods .item {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

.user_history_item_goods .img-box {
    position: relative;
    width: 100%;
    height: 195px;
    display: block;
    overflow: hidden;
    font-size: 0;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
}

.user_history_item_goods .img-box img {
    width: 100%;
}

.user_history_item_goods .icon-content {
    display: none;
    height: 44px;
    width: 44px;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    z-index: 2;
    cursor: pointer;
}

.user_history_item_goods .user_history_close {
    display: flex;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    z-index: 2;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.user_history_item_goods .icon-content i {
    font-size: 30px;
    margin-top: 6px;
}

.user_history_item_goods .icon-content:hover {
    background: #F22424;
}

.user_history_item_goods .item-info {
    padding: 0 10px 13px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: 0;
}

.user_history_item_goods .item-info .title {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 2px;
    color: #666;
    font-weight: bold;
    border: 0;
}

.user_history_item_goods .item-info .price-box .price-new {
    font-size: 12px;
    font-weight: 700;
    color: #000066;
}

/* 地址管理 */
.user_address {
    width: 100%;
}

.user_address_top {
    width: 100%;
}

.user_address_topList {
    display: flex;
    margin-bottom: 20px;
}

.user_address_topList label {
    width: 114px;
    text-align: right;
    margin-right: 14px;
    height: 30px;
    line-height: 30px;
    color: #666666;
    font-size: 14px;
}

.user_address_topList label b {
    color: red;
}

.user_address_topList .user_address_topListR {
    flex: 1;
    display: flex;
}

.user_address_topList .user_address_topListR input {
    height: 30px;
    line-height: 30px;
    width: 300px;
    border: 1px solid #ccc;
}

.user_address_topList .user_address_topListR select {
    border: 1px solid #ccc;
    height: 30px;
    line-height: 30px;
    width: 150px;
    margin-right: 10px;
}

.user_address_topList .user_address_topListR textarea {
    width: 50%;
    border: 1px solid #ccc;
}

.user_address_topList .user_address_topListR input[type="checkbox"] {
    width: 15px;
    margin: 0;
    margin-right: 10px;
}

.user_address_topList .user_address_topListR_default {
    height: 30px;
    line-height: 30px;
}

.add_address {
    width: 160px;
    height: 38px;
    background: #004AB3;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    border: 0;
}

.add_address:hover {
    background: #000066;
}

.user_address_bottom {
    margin-top: 80px;
}

.user_address_bottomThead {
    width: 980px;
}

.user_address_bottomThead table {
    width: 100%;
}

.user_address_bottomThead thead {
    background: #F2F2F2;
    height: 36px;
    line-height: 30px;
}

.user_address_bottomThead thead tr th {
    text-align: center;
    font-size: 14px;
    color: #666666;
}

.user_address_bottomThead thead tr th:first-child {
    padding: 0 20px;
    text-align: left;
}

.user_address_bottomThead tbody tr {}

.user_address_bottomThead tbody tr:nth-child(1) {
    height: 20px;
    border: 0;
}

.user_address_bottomThead tbody tr td {
    padding: 20px 20px;
    border: 1px solid #ccc;
    color: #262626;
    font-size: 14px;
}

.user_address_bottomThead tbody tr td:nth-child(4) {
    text-align: center;
}

.user_address_bottomThead tbody tr td:nth-child(5) {
    text-align: center;
}

.user_address_bottomThead tbody tr td:nth-child(6) {
    text-align: center;
}

.user_contRight tbody tr td span.user_address_bottomBody_Edit {
    color: #000066;
    display: inline;
    cursor: pointer;
}

.user_contRight tbody tr td span.user_address_bottomBody_delete {
    color: #F22424;
    margin-left: 10px;
    display: inline;
    cursor: pointer;
}

.user_contRight tbody tr td span.user_address_bottomBody_Edit:hover {
    color: #fff;
    background: #000066;
}

.user_contRight tbody tr td span.user_address_bottomBody_delete:hover {
    color: #fff;
    background: #F22424;
}

.user_address_bottomThead tbody tr.noborder td {
    border: 0;
}

/* 发票管理 */
.user_invoice {
    width: 100%;
}

.user_invoice_top {
    width: 100%;
}

.user_invoice_topList {
    display: flex;
    margin-bottom: 20px;
}

.user_invoice_topList label {
    width: 114px;
    text-align: right;
    margin-right: 14px;
    height: 30px;
    line-height: 30px;
    color: #666666;
    font-size: 14px;
}

.user_invoice_topList label b {
    color: red;
}

.user_invoice_must {
    display: none;
}

.user_invoice_topList .user_invoice_topListR {
    flex: 1;
    display: flex;
}

.user_invoice_topList .user_invoice_topListR input {
    height: 30px;
    line-height: 30px;
    width: 300px;
    border: 1px solid #ccc;
}

.user_invoice_topList .user_invoice_topListR select {
    border: 1px solid #ccc;
    height: 30px;
    line-height: 30px;
    width: 150px;
    margin-right: 10px;
}

.user_invoice_topList .user_invoice_topListR textarea {
    width: 50%;
    border: 1px solid #ccc;
}

.user_invoice_topList .user_invoice_topListR input[type="checkbox"] {
    width: 15px;
    margin: 0;
    margin-right: 10px;
}

.user_invoice_topList .user_invoice_topListR_default {
    height: 30px;
    line-height: 30px;
}

.add_invoice {
    width: 160px;
    height: 38px;
    background: #004AB3;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    border: 0;
}

.add_invoice:hover {
    background: #000066;
}

.user_invoice_bottom {
    margin-top: 80px;
}

.user_invoice_bottomThead {
    width: 1130px;
}

.user_invoice_bottomThead table {
    width: 100%;
}

.user_invoice_bottomThead thead {
    background: #F2F2F2;
    height: 36px;
    line-height: 30px;
}

.user_invoice_bottomThead thead tr th {
    text-align: center;
    font-size: 14px;
    color: #666666;
}

.user_invoice_bottomThead thead tr th:first-child {
    padding: 0 20px;
    text-align: left;
}

.user_invoice_bottomThead tbody tr {}

.user_invoice_bottomThead tbody tr:nth-child(1) {
    height: 20px;
    border: 0;
}

.user_invoice_bottomThead tbody tr td {
    padding: 20px 20px;
    border: 1px solid #ccc;
    color: #262626;
    font-size: 14px;
}

.user_invoice_bottomThead tbody tr td:nth-child(4) {
    text-align: center;
}

.user_invoice_bottomThead tbody tr td:nth-child(5) {
    text-align: center;
}

.user_invoice_bottomBody_Edit {
    color: #000066;
}

.user_invoice_bottomBody_delete {
    color: #F22424;
    margin-left: 10px;
}

.user_invoice_topListR .user_invoice_topListRBtn {
    padding: 0 20px;
    height: 26px;
    line-height: 26px;
    border-radius: 13px;
    background: #EDEDED;
    color: #999999;
    margin-right: 20px;
    cursor: pointer;
}

.user_invoice_topListR .user_invoice_topListRBtn:hover {
    background: #000066;
    color: #fff;
}

.user_invoice_topListR .user_invoice_topListRBtn.active {
    background: #000066;
    color: #fff;
}

/* 负责人管理 */
.user_customermgte {
    width: 100%;
    text-align: center;
}

.user_right_top {
    width: 100%;
}

.user_right_topList {
    display: flex;
    margin-bottom: 20px;
}

.user_right_topList label {
    width: 114px;
    text-align: right;
    margin-right: 14px;
    height: 30px;
    line-height: 30px;
    color: #666666;
    font-size: 14px;
}

.user_right_topList .user_right_topListR {
    flex: 1;
    display: flex;
}

.user_right_topList .user_right_topListR input {
    height: 30px;
    line-height: 30px;
    width: 300px;
    border: 1px solid #ccc;
}

.user_right_topList .user_right_topListR select {
    border: 1px solid #ccc;
    height: 30px;
    line-height: 30px;
    width: 150px;
    margin-right: 10px;
}

.user_right_topList .user_right_topListR textarea {
    width: 50%;
    border: 1px solid #ccc;
}

.user_right_topList .user_right_topListR input[type="checkbox"] {
    width: 15px;
    margin: 0;
    margin-right: 10px;
}

.user_right_topList_tips .user_right_topListR {
    font-size: 14px;
    align-items: baseline;
}

.user_right_topList_tips .user_right_topListR a {
    font-size: 16px;
    color: red;
    font-weight: bold;
}

.add_userBtn {
    width: 160px;
    height: 38px;
    background: #004AB3;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    border: 0;
}

.add_userBtn:hover {
    background: #000066;
}

.user_right_bottom {
    margin-top: 50px;
}

.user_right_bottomThead {
    width: 980px;
}

.user_right_bottomThead table {
    width: 100%;
}

.user_right_bottomThead thead {
    background: #F2F2F2;
    height: 36px;
    line-height: 30px;
}

.user_right_bottomThead thead tr th {
    text-align: center;
    font-size: 14px;
    color: #666666;
    height:35px;
}

.user_right_bottomThead thead tr th:first-child {
    padding: 0 20px;
    text-align: left;
}

.user_right_bottomThead tbody tr {}

.user_right_bottomThead tbody tr:nth-child(1) {
    height: 20px;
    border: 0;
}

.user_right_bottomThead tbody tr td {
    padding: 20px 20px;
    border: 1px solid #ccc;
    color: #262626;
    font-size: 14px;
    text-align: center;
}

.user_right_bottomBody_Edit {
    color: #000066;
    cursor: pointer;
}

.user_right_bottomBody_delete {
    color: #F22424;
    margin-left: 10px;
    cursor: pointer;
}

.user_right_topListR .user_right_topListRBtn {
    padding: 0 20px;
    height: 26px;
    line-height: 26px;
    border-radius: 13px;
    background: #EDEDED;
    color: #999999;
    margin-right: 20px;
    cursor: pointer;
}

.user_right_topListR .user_right_topListRBtn:hover {
    background: #000066;
    color: #fff;
}

.user_right_topListR .user_right_topListRBtn.active {
    background: #000066;
    color: #fff;
}

/* 我的订单 */
.uer_order_index_top {
    width: 100%;
    display: flex;
}

.user_order_indexInput {
    height: 28px;
    line-height: 28px;
    margin-right: 30px;
}

.user_order_indexInput label {
    color: #262626;
    font-size: 14px;
}

.user_order_indexInput input {
    background: #FAFAFA;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    margin: 0 5px;
    width: 190px;
}

.uer_order_index_top button {
    width: 80px;
    height: 28px;
    background: #000066;
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 14px;
    border: 0;
}

.user_order_index_status {
    margin-bottom: 20px;
}

.user_order_index_status ul {
    display: flex;
}

.user_order_index_status ul li {
    margin-right: 26px;
}

.user_order_index_status ul li a {
    color: #4D4D4D;
    font-size: 14px;
}

.user_order_index_status ul li a span {
    color: #F22424
}

.user_order_index_status ul li.active a {
    font-weight: bold;
    color: #262626;
    text-decoration: underline;
}

.user_right_bottomThead tbody tr td.user_order_time {
    text-align: left;
    padding: 10px 10px 10px 20px;
}

.user_right_bottomThead tbody tr td:nth-child(1) {
    text-align: left;
}

.user_right_bottomThead tbody tr td {
    color: #333;
    font-size:14px;
}

.user_right_bottomThead tbody tr td span {
    display: block;
    text-align: center;
    font-size:14px;
}

.user_order_list_pressBtn {
    color: #004AB3;
    cursor: pointer;
}

.user_order_list_pressBtn:hover {
    color: #fff;
    background: #004AB3;
}

.user_order_list_pressBtn:hover a {
    color: #fff;
}

.user_order_list_delBtn {
    cursor: pointer;
}

.user_order_list_cancelBtn {
    color: #F22424;
    cursor: pointer;
}

.user_order_list_cancelBtn:hover {
    color: #fff;
    background: #F22424;
}

.user_order_list_cancelBtn:hover a {
    color: #fff;

}

.user_order_list_delBtn:hover {
    color: #fff;
    background: #F22424;
}



.daterangepicker.dropdown-menu {
    z-index: 1;
}

.order_list_pressDialog {
    color: #333;
}

.order_list_pressDialog h3 {
    padding-bottom: 20px;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
}

.order_list_pressDialog h3 b {
    font-size: 14px;
    color: #004AB3;
}

.order_list_pressDialog ul {
    margin: 15px 5px 15px 30px;

}

.order_list_pressDialog ul li {
    font-size: 14px;
    list-style-type: disc;
}

/* 签到 */
.user_sign {
    width: 560px;
}

.singer_r_img {
    display: block;
    width: 114px;
    height: 52px;
    line-height: 45px;
    background: url(/assets/addons/user/css/images/sing_week.gif) right 2px no-repeat;
    vertical-align: middle;
    *margin-bottom: -10px;
    text-decoration: none;
}

.singer_r_img:hover {
    background-position: right -53px;
    text-decoration: none;
}

.singer_r_img span {
    margin-left: 14px;
    font-size: 16px;
    font-family: 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif !important;
    font-weight: 700;
    color: #165379;
}

.singer_r_img.current {
    background: url(/assets/addons/user/css/images/sing_sing.gif) no-repeat 0 2px;
    border: 0;
    text-decoration: none;
}

.sign table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.sign th,
.sign td {
    width: 30px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #e3e3e3;
}

.sign th {
    font-size: 16px;
}

.sign td {
    color: #404040;
    vertical-align: middle;
}

.sign .on {
    color: #000066;
    position: relative;
}

.sign .on:after {
    width: 44px;
    height: 44px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #000066;
    clip-path: polygon(100% 50%, 50% 100%, 100% 100%);
    content: "√";
    color: #fff;
    text-align: right;
    padding-right: 2px;
    padding-top: 16px;
}

.calendar_month_next,
.calendar_month_prev {}

.calendar_month_next {}

.calendar_month_span {
    display: inline;
    line-height: 40px;
    font-size: 16px;
    color: #656565;
    letter-spacing: 2px;
    font-weight: bold;
}

.calendar_month_prev {}

.sign_succ_calendar_title {
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: #262626;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.calendar_month_span {
    margin: 0 10px;
}

.sign_main {
    width: 560px;
    border-top: 1px solid #e3e3e3;
    font-family: "Microsoft YaHei", SimHei;
}

.sign .current {
    color: #fff;
    background: #004AB3;
}

.sign .current:hover {
    background: #000066;
}

.sign_contwrap {
    display: flex;
    align-items: flex-end;
}

.user_sightips {
    margin-left: 20px;
}

.user_sightips h3 {
    font-size: 14px;
    color: #404040;
    font-weight: bold;
    line-height: 16px;
}

.user_sightips p {
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    line-height: 20px;
}

/*右侧悬浮窗*/
.pc_rightDialog {
    position: fixed;
    bottom: 50%;
    right: 0;
    z-index: 100;
}

.pc_rightDialogList {
    margin-bottom: 5px;
    position: relative;
    cursor: pointer;
}

.pc_rightDialog p {
    background: #000066;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #ccc;
}

.pc_rightDialog p img {
    width: 30px;
    height: 30px;
    margin-top: 5px;
}

.pc_rightIcon {
    position: absolute;
    right: 40px;
    top: 0;
    width: 150px;
    height: 150px;
    background: #fff;
    border: 1px solid #ccc;
    display: none;
}

.pc_rightIcon img {
    width: 130px;
    height: 130px;
    margin: 10px auto;
    display: block;
}

.pc_rightClicknews {
    position: absolute;
    right: 40px;
    top: 0;
    width: 70px;
    height: 40px;
    line-height: 40px;
    display: none;
}

.pc_rightClicknews img {
    width: 90%;
}

.back_up p {
    line-height: 40px;
}

.back_up i {
    font-size: 20px;
    color: #fff;
}

.pc_rightDialogList:hover .pc_rightIcon {
    display: block;
}

.cwbio-web-header-wrap {
    width: 100%;
    height: 100px;
    position: fixed;
    z-index: 999;
    top: 0;
}

.cwbio-web-header {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(24, 24, 24, .85);
}

.cwbio_headercont_left {
    display: flex !important;
    align-items: center !important;
    flex-direction: row !important;
}

.cwbio_logo {
    width: 258px;
    ;
    margin-right: 60px;
    cursor: pointer;
}

.cwbio-web-header-ul {
    display: flex;
    height: 100px;
    line-height: 100px;
    color: rgba(24, 24, 24, .85);
    margin-bottom: 0;
}

.cwbio-web-header-txt-color {
    color: hsla(0, 0%, 100%, .85) !important;
}

.cwbio-web-header ul li {
    /*    list-style-type: unset;
        width: unset;

        margin-bottom: unset;*/
}

.cwbio-web-header ul>div {
    box-sizing: border-box;
}

.cwbio-web-header-li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    position: relative;
    height: 100px;
    line-height: 100px;
    margin-right: 24px;
}

.cwbio-web-header-li>a {
    color: #000000;
    display: block;
    line-height: 100px;
    font-size: 14px;
}

.cwbio-web-header-li>a.active {
    border-bottom: 2px solid #000066;
}

.cwbio-web-label-item {
    display: none;
    color: #000000;
    width: 100%;
    overflow: hidden;
    position: fixed;
    z-index: -1;
    left: 0;
    top: 100px;
    border-top: 1px solid #fff;
    background: hsla(0, 0%, 100%, .7);
    backdrop-filter: blur(40px);
    padding: 0px 0 0 0px;
}

.cwbio-web-label-item-container {
    max-width: 1400px;
    padding: 36px 0 20px 0;
    margin: 0 auto;
    display: flex;
    min-height: 665px;
    flex-flow: column wrap;
    text-align: left;
}

.cwbio-web-label-item-container-item {
    max-width: 170px;


    margin-bottom: 20px;
}

.cwbio-web-label-item-container-label {
    height: 30px;
    line-height: 38px;
    width: 170px;
}

.cwbio-web-label-item-container-title {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(24, 24, 24, 0.16);
    display: flex;
    width: auto;
    max-width: 170px;
    align-items: center;
}

.login_header_bottom span.cwbio-web-label-item-title-arrow {
    line-height: 30px;
}

.cwbio-web-label-item-container-label a {
    color: #000;
    font-size: 14px;
    cursor: pointer;
}

.cwbio-web-label-item-container-title a {
    font-size: 16px;
    cursor: pointer;
}

/* 订单详情 */
.orderdetail_top {
    width: 100%;
    margin-top: 43px;
    /* background: #FAFAFA; */
    display: flex;
    padding: 0px 0px 0px 0;
    /* align-items: center; */
}

.orderdetail_topLeft {
    margin-right: 119px;
    /* text-align: center; */
    width: 70%;
    color: #000;
}

.orderdetail_topLeft_list h3 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.orderdetail_topLeft_list_bottom {
    padding-left: 20px;
}

.orderdetail_topLeft_list_bottom p {
    font-size: 14px;
    color: #000;
}

.orderdetail_uploadImg {
    width: 100px;
    cursor: pointer;
}

.paybigImg {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 111;
    text-align: center;
    display: flex;
    align-items: center
}

.paybigImg img {
    margin: 0 auto;
    max-width: 60%;
    max-height: 80%;
    align-items: center;
}

.payBigImgClose {
    font-size: 22px;
    position: absolute;
    right: 12%;
    top: 8%;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    border: 1px solid #fff;
    cursor: pointer;
}

.invoicebigImg {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 111;
    text-align: center;
    display: flex;
    align-items: center
}

.invoicebigImg .swiper {
    width: 50%;
    margin: 0 auto;
    overflow: hidden;
}

.invoicebigImg .swiper-slide {
    text-align: center;
    font-size: 18px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.invoicebigImg .swiper-slide img {
    display: block;
    width: 100%;

    object-fit: cover;
}

.invoicebigImg .payBigImgClose {
    font-size: 22px;
    position: absolute;
    right: 20px;
    top: 10px;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    border: 1px solid #fff;
    cursor: pointer;
}


.orderdetail_topRight {
    border-left: 1px solid #E6E6E6;
    /* padding-left: 119px; */
}

.orderdetail_topInfo {
    width: 100%;

}

.orderdetail_topInfo .orderdetail_topLeft_list_bottom p {
    display: flex;

}

.orderdetail_topInfo .orderdetail_topLeft_list_bottom p span {
    width: 33%;
    font-size: 14px;
}

/* .orderdetail_topLeft p {
    font-size: 14px;
    color: #262626;
    font-weight: bold;
} */

/* .orderdetail_topLeft h3 {
    font-size: 24px;
    color: #068F4A;
    font-weight: bold;
} */

.orderdetail_topRight {
    flex: 1;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-top: 50px;
}

.orderdetail_topRight p {
    width: 100%;
    font-size: 16px;
    height: 30px;
}

.orderdetail_topRight h3 {
    width: 100%;
    font-size: 24px;
    color: #000066;
    font-weight: bold;

}

.orderdetail_topInfo {
    margin-bottom: 100px;
}

.orderdetail_topRight_list {
    display: flex;
    font-size: 14px;
    color: #262626;
    line-height: 28px;
    font-weight: bold;
}

.express_info {
    width: 100%;
    margin: 20px auto;
    padding: 10px 0 10px 0;
    background: #FAFAFA;
}

.express_info h3 {
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    padding-left: 2.5%;
    font-size: 16px;
    font-weight: bold;
    color: #262626;
    margin-bottom: 37px;
}

.express_info h3 span {
    margin-left: 10px;
    font-size: 12px;
    color: #262626;
    font-weight: normal;
}

.express_info ul {
    width: 95%;
    margin: 10px auto;
    height: 70px;
    overflow: hidden;
}

.express_info ul li {
    font-size: 14px;
    overflow: hidden;
    color: #262626;
    padding: 0 14px;
}

.express_info ul li.express_first {
    color: #333;
}

.express_info ul li p {
    font-size: 14px;
    min-height: 50px;
    display: flex;
    font-weight: normal;
    position: relative;
    border-left: 1px solid #ccc;
    padding-left: 40px;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.express_info ul li p em {
    width: 150px;
    font-size: 14px;
}

.express_info ul li p label {
    flex: 1;
    font-size: 14px;
    color: #262626;
}

.express_info ul li i {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 9px;
    height: 9px;
    display: block;
    float: left;
    background: #ccc;
    border-radius: 9px;
    margin-top: 5px;
}

.express_info ul li i.express_news {
    background: #32970b;
}

.express_infoMore {
    text-align: center;
    font-size: 14px;
    color: #666;
    cursor: pointer;
}

.express_info ul li:last-child p {
    border: 0;
}


.express_firstImg {
    position: absolute;
    top: 0px;
    left: -10px;
    width: 20px;
    height: 20px;
}

.express_infoNone {
    font-size: 14px;
    text-align: center;
    display: block;
    margin-top: 10px;
    color: #666;
}

.detail_total {
    text-align: right;
    font-size: 13px;
    border-bottom: 1px solid #eee;
    line-height: 24px;
    padding: 10px 10px;
    width: 100%;
    margin: 0 auto;
    background: #ddd;
}

.detail_total b {
    color: #000066;
    font-size: 16px;
}

.detail_total b span {
    color: #000066;
    font-size: 16px;
}

.orderdetail_center tr th {
    background: #F2F2F2;
    height: 36px;
    font-size: 14px;
    color: #666666;
}

.orderdetail_center tbody tr td {
    font-size: 14px;
    color: #262626;
    border: 1px solid #E0E0E0;
    line-height: 50px;
}

.orderdetail_center tbody tr td a {
    color: #000;
}

/* 积分商城 */
.couponshop_main {
    margin: 17px auto 0;
    width: 1200px;
}

.coupon_indexTop {
    background: url(/assets/addons/user/img/couponIndex.jpg) no-repeat;
    background-size: 100%;
    height: 150px;
    display: flex;
    margin-bottom: 10px;
}

.coupon_indexTop dl {
    width: 30%;
    margin-left: 5%;
    margin-top: 35px;
}

.coupon_indexTop dl dt {
    width: 80px;
    float: left;
    margin-right: 15px;
    height: 80px;
    border-radius: 80px;
    border: 2px solid #f5f5f5;
}

.coupon_indexTop dl dt img {
    width: 80px;
    height: 80px;
    border-radius: 80px;
}

.coupon_indexTop dl dd {
    width: 235px;
    float: left;
}

.coupon_indexTop dl dd h3 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: 30px;
    letter-spacing: 1px;
    margin-top: 10px;
}

.coupon_indexTop dl dd h3 a {
    color: #fff;
}

.coupon_indexTop dl dd p {
    color: #333;
    letter-spacing: 1px;
    font-size: 14px;
}

.coupon_indexTop dl dd p span {
    font-size: 20px;
    font-weight: bold;
}

.coupon_indexTop dl dd p a {
    width: 90px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    display: block;
    border-radius: 12px;
}

.coupon_indexTop .coupon_indexTopC {
    width: 30%;
    text-align: center;
    line-height: 150px;
}

.coupon_indexTopC {
    color: #196366;
    letter-spacing: 1px;
}

.coupon_indexTopC p {
    width: 110px;
    background: #fff;
    text-align: center;
    height: 28px;
    line-height: 28px;
    float: left;
    margin-right: 10px;
    border-radius: 15px;
    margin-top: 100px;
    margin-left: 50px;
}

.coupon_indexTopC p a {
    color: #333;
    text-decoration: none;
}

.coupon_indexTopC p a:hover {
    color: #ff5500;
}

.coupon_indexTopC p:nth-child(2n) {
    margin-right: 0;
    margin-left: 0;
}

.coupon_indexCenter {
    width: 100%;
    margin-bottom: 20px;
}

.coupon_indexList {
    padding-top: 10px;
    margin-bottom: 10px;
}

.coupon_indexListTop {
    margin-bottom: 10px;
}

.coupon_indexListTop h3 {
    font-size: 18px;
    color: #666;
    font-weight: bold;
}

.coupon_indexListTop h3 span {
    margin-left: 10px;
    font-size: 12px;
    color: #999;
}

.coupon_indexListCont {
    overflow: hidden;
    padding-top: 10px;
}

.coupon_indexListCont dl {
    float: left;
    width: 200px;
    margin-right: 40px;
    background: #fff;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.coupon_indexListCont dl a {
    text-decoration: none;
}

.coupon_indexListCont dl:hover {
    box-shadow: 5px 5px 10px #ccc;
    transform: translate3d(0px, -2px, 0px);
}

.coupon_indexListCont dl dt {
    width: 100%;
}

.coupon_indexListCont dl dt img {
    width: 100%;
}

.coupon_indexListCont dl dd {
    width: 95%;
    margin: 10px auto;
}

.coupon_indexListCont dl dd h3 {
    text-align: center;
    color: #666;
}

.coupon_indexListCont dl dd p {
    font-size: 14px;
    color: #333;
    text-align: center;
    margin-top: 10px;
}

.coupon_indexListCont dl dd p span {
    color: #ff5500;
    font-size: 22px;
    margin-right: 5px;
}

.coupon_indexListCont dl dd b {
    background: #000066;
    color: #fff;
    padding: 4px 15px;
    border-radius: 15px;
}

.coupon_indexListS {
    display: flex;
    justify-content: space-between;
}

.coupon_indexListS h3 {
    width: 100px;
}

.index_couponshopMenu {
    width: 60%;
    display: flex;
    position: relative;
    float: right;
}

.index_couponMenuList {
    width: 34%;
    cursor: pointer;
    background: #fff;
    margin-right: 10px;
}

.index_couponMenuList:first-child {
    width: 31%;
    overflow: hidden;
}

.index_couponMenuList p {
    text-align: center;
    line-height: 35px;
    height: 35px;
    font-size: 13px;
}

.index_couponMenuList p a {
    color: #333;
    text-decoration: none;
    display: block;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}

.index_couponMenuList p.active {
    background: #000066;
    color: #fff;
}

.index_couponMenuList p.active a {
    color: #fff;
}

.index_categoryNav {
    overflow: hidden;
    width: 31%;
    padding: 0 2.5%;
    margin: 0 auto;
    position: absolute;
    top: 35px;
    left: 0;
    background: #fff;
    z-index: 10;
    border-radius: 0 0 15px 15px;
    border-bottom: 1px solid #ccc;
}

.index_categoryNav li {
    border-top: 1px solid #ccc;
    height: 35px;
    line-height: 35px;
}

.index_categoryNav li.active {
    color: #000066;
}

.index_categoryNav li.active a {
    color: #333;
    background: url(/assets/addons/user/img/couponchecked.png) right center no-repeat;
    background-size: 20px;
}

.index_categoryNav li a {
    display: block;
    width: 90%;
    margin: 0 auto;
    font-size: 13px;
    color: #333;
    text-decoration: none;
    height: 35px;
    line-height: 35px;
}

.index_couponMenulogin {
    width: 40%;
}

.index_couponMenulogin .index_couponMenuList {
    width: 49%;
}

.index_couponMenulogin .index_couponMenuList:first-child {
    width: 49%;
}

.coupon_indexList {
    position: relative;
}




.coupon_indexList .coupon_indexListCont div {
    overflow: hidden;
    zoom: 1;
    height: 286px;
}

.pageState {
    float: right;
    height: 20px;
    line-height: 20px;
}

.coupon_hotList dl:nth-child(5) {
    margin-right: 0;
}

/* 积分商品详情 */
.coupon_detailTop {
    background: #f5f5f5;
    width: 100%;
}

.coupon_detailTop ul {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
}

.coupon_detailTop ul li {
    float: left;
    color: #666;
    line-height: 40px;
    height: 40px;
    margin-right: 5px;
    font-size: 14px;
}

.coupon_detailTop ul li a {
    color: #666;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
}

.coupon_detailContTop {
    overflow: hidden;
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
}

.preview {
    margin: 0;
    position: relative;
    width: 300px;
    float: left;
}

.u-flyer {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #ccc;
}

.coupon_detailContTopR {
    width: 730px;

}

.coupon_detailContTopR h3 {
    font-size: 22px;
    line-height: 40px;
}

.coupon_dCtopRmain {
    background: #f5f5f5;
    padding-top: 10px;
    margin-top: 10px;
}

.coupon_dCtopRmain p {
    width: 95%;
    margin: 0px auto;
    padding-bottom: 10px;
}

.coupon_dCtopRmain p label {
    margin-bottom: 0;
    font-weight: normal;
    margin-right: 10px;
    font-size: 14px;
    color: #666;
}

.coupon_dCtopRmain p span {
    font-size: 14px;
    color: #333;
}

.coupon_dNum {
    width: 95%;
    margin: 20px auto;
    overflow: hidden;
}

.coupon_dNum label {
    margin-bottom: 0;
    font-weight: normal;
    margin-right: 10px;
    font-size: 14px;
    color: #666;
    float: left;
    width: 56px;
}

.coupon_dNum p {
    width: 640px;
    float: left;
}

.coupon_dNum p i {
    cursor: pointer;
    float: left;
    width: 30px;
    height: 30px;
    display: block;
    border: 1px solid #ccc;
    font-style: normal;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
}

.coupon_dNum p input {
    float: left;
    width: 50px;
    height: 30px;
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    text-align: center;
}

.coupon_dAddBtn {
    margin-left: 2.5%;
    background: #000066;
    display: block;
    width: 150px;
    height: 40px;
    color: #fff;
    border: 0;
    font-size: 16px;
}

.coupon_detailB {
    margin: 20px auto;
    overflow: hidden;
}

.coupon_detailBleft {
    float: left;
    width: 200px;
    border: 1px solid #ccc;
}

.coupon_detailBleft>h3 {
    height: 35px;
    line-height: 35px;
    background: #f5f5f5;
    padding-left: 10px;
}

.coupon_detailBleftB dl {
    margin-top: 10px;
    width: 100%;
}

.coupon_detailBleftB dl dt {
    width: 100%;
}

.coupon_detailBleftB dl dt img {
    width: 100%;
}

.coupon_detailBleftB dl dd {
    width: 95%;
    margin: 10px auto;
}

.coupon_detailBleftB dl dd h3 {
    color: #666;
    font-size: 14px;
    text-align: center;
}

.coupon_detailBleftB dl dd p {
    font-size: 14px;
    color: #32970b;
    text-align: center;
    margin-top: 10px;
}

.coupon_detailBleftB dl dd p span {
    color: #32970b;
    margin-right: 5px;
}

.coupon_detailBRight {
    width: 100%;

    border: 1px solid #ccc;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

.coupon_detailBRight ul {
    border-bottom: 2px solid #000066;
    overflow: hidden;
}

.coupon_detailBRight ul li {
    margin-bottom: 1px;
    float: left;
    width: 150px;
    line-height: 35px;
    height: 35x;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.coupon_detailBRight ul li.active {
    background: #000066;
    color: #fff;
}

.coupon_detailBnav {
    width: 100%;
    padding: 15px 0;
    border: 1px solid #ccc;
}

.c_detailBList {
    width: 100%;
}

.c_detailBList img {
    width: 100%;
}

.product_detail_contTop_left {
    width: 420px;
    position: relative;
}

.product_detail_contTop_left .mySwiper2 {
    height: 420px;
    background: #FAFAFA;
    border: 1px solid #E0E0E0;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.product_detail_contTop_left .mySwiper2 .swiper-wrapper {}

.product_detail_contTop_left .mySwiper2 .swiper-slide {
    width: 420px;
    height: 420px;
    text-align: center;
    line-height: 420px;
}

.product_detail_contTop_left .mySwiper2 .swiper-slide img {
    height: 420px;
    width: 420px;
    margin: 0 auto;
    display: line-block;
}

.product_detail_contTop_left .mySwiper {
    width: 300px;
    margin: 20px auto 0;
    overflow: hidden;
}

.product_detail_contTop_left .mySwiper .swiper-slide {
    margin-right: 20px;
    width: 60px;
    height: 60px;
}

.product_detail_contTop_left .mySwiper .swiper-slide img {
    width: 60px;
    height: 60px;
}

.product_detail_contTop_left .swiper-button-next,
.product_detail_contTop_left .swiper-button-prev {
    background: none;
    top: 470px;
    font-size: 30px;
    color: #ccc;
}

.hoverbox {
    display: none;
    position: absolute;
    top: 0;
    background: #000;
    border: 1px solid #000;
    opacity: 0.6;
    height: 75px;
    width: 100px;
    cursor: move;
    z-index: 10;
}

.showbox {
    display: none;
    position: absolute;
    left: 403px;
    top: 0;
    width: 520px;
    height: 420px;
    overflow: hidden;
    border: 1px solid #ccc;
    background: #fff;
}

.showbox img {
    position: absolute;
    height: 1200px;
    width: 1200px;
    background: #fff;
}

.product_detail_contTop_right_pricesku {
    margin-bottom: 30px;
    margin-top: 30px;
}

.product_detail_contTop_right_pricesku label {
    font-size: 18px;
    color: #262626;
    line-height: 40px;
    margin-bottom: 0;
    margin-right: 20px;
}

.product_detail_contTop_right_pricesku span {
    padding: 8px 32px;
    border: 1px solid #E0E0E0;
    border-radius: 2px;
    margin-right: 22px;
    color: #404040;
    font-size: 18px;
    cursor: pointer;
}

.product_detail_contTop_right_pricesku span.active {
    border: 1px solid #000066;
    color: #000066;
}

/* 订单提交 */
.order_confirm_wrap {
    width: 100%;
    margin-top: 20px;
}

.order_confirm_top {
    height: 38px;
    line-height: 38px;
    background: #F2F2F2;
    font-size: 14px;
    color: #666666;
    padding-left: 20px;
    font-weight: bold;
}

.order_confirm_main {
    border: 1px solid #ccc;
    border-top: 0;
    overflow: hidden;
}

.order_confirm_address {
    border-bottom: 1px solid #ccc;
    padding: 0 20px 0px;
}

.order_confirm_address h3 {
    margin: 20px 0px;
    color: #262626;
    font-size: 16px;
}

.order_confirm_address h3 span {
    color: #004AB3;
    font-size: 14px;
    margin-left: 20px;
    cursor: pointer;
}

.order_confirm_address_list p {
    display: flex;
    align-items: center;
}

.order_confirm_address_list p span {
    color: #404040;
    font-size: 14px;
    margin-right: 20px;
}

.order_confirm_address_list p input {
    margin-right: 10px;
}

.order_confirm_address_list p a {
    color: #004AB3;
    font-size: 14px;
    margin-right: 20px;
}

.order_confirm_address_list p i {
    width: 40px;
    height: 16px;
    background: #999999;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.cart_main #address-form {
    display: none;
}



.order_confirm_addressInfo {
    display: none;
    color: #666666;
    font-size: 14px;
    padding-bottom: 20px;
}



.order_confirm_PI {
    border-bottom: 1px solid #ccc;
    padding: 0 20px;
}

.order_confirm_PI h3 {
    margin: 20px 0px;
    color: #262626;
    font-size: 16px;
}

.order_confirm_PI h3 span {
    color: #004AB3;
    font-size: 14px;
    margin-left: 20px;
}

.order_confirm_PI h3 i {
    color: #999999;
    font-size: 16px;
    margin-left: 20px;
}

.order_confirm_PI_list p {
    display: flex;
    align-items: center;
}

.order_confirm_PI_list p span {
    color: #404040;
    font-size: 14px;
    margin-right: 20px;
    margin-left: 10px;
}

.order_confirm_voinceList {}

.order_confirm_voince {
    padding: 0px 20px 20px;
    display: flex;
}

.order_confirm_voinceedit,
.order_confirm_edit {
    cursor: pointer;
}

.order_confirm_voinceLeft {
    margin-right: 60px;
}

.order_confirm_voinceLeftT {
    display: flex;
    align-items: center;
}

.order_confirm_voinceLeftT span {
    font-size: 16px;
    color: #262626;
    margin-left: 10px;
}

.order_confirm_voinceRight {
    flex: 1;
}

.order_confirm_voinceRightT {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.order_confirm_voinceRightT span {
    font-size: 16px;
    color: #262626;
    margin-left: 10px;
}

.order_confirm_voinceRightB_list {
    display: flex;
    margin-bottom: 8px;
    align-items: center;
}

.order_confirm_voinceRightB_list label {
    font-size: 12px;
    color: #666;
    margin-bottom: 0;
}

.order_confirm_voinceRightB_list select {
    width: 260px;
    height: 28px;
    line-height: 28px;
    color: #262626;
}

.order_confirm_voinceRightB_list p {
    color: #262626;
    line-height: 28px;
    margin-bottom: 0;
    margin-left: 10px;
}

.order_confirm_voinceRightB {
    display: none;
}

.order_confirm_changeList {
    border-bottom: 1px solid #ccc;
    padding: 0 20px;
}

.order_confirm_changeList h3 {
    margin: 20px 0px;
    color: #262626;
    font-size: 16px;
}

.order_confirm_changeList h3 span {
    color: #004AB3;
    font-size: 14px;
    margin-left: 20px;
}

.order_confirm_changeList h3 i {
    color: #999999;
    font-size: 16px;
    margin-left: 20px;
}

.order_confirm_changeList_list p {
    display: flex;
    align-items: center;
}

.order_confirm_changeList_list p span {
    color: #404040;
    font-size: 14px;
    margin-right: 20px;
    margin-left: 10px;
}

.order_confirm_note {
    border-bottom: 1px solid #ccc;
    padding: 20px 20px;
    color: #262626;
    font-size: 16px;
    display: flex;
}

.order_confirm_note textarea {
    width: 560px;
    height: 76px;
    background: #F5F5F5;
    border-radius: 2px;
    font-size: 12px;
    color: #262626;
    padding: 10px 20px;
    border: 0;
}

.order_confirm_note label {
    font-size: 16px;
    color: #262626;
    font-weight: normal;
}

.order_confirm_table {
    border-bottom: 1px solid #ccc;
    padding: 0px 20px;
}

.order_confirm_table h3 {
    margin: 20px 0px;
    color: #262626;
    font-size: 16px;
}

.order_confirm_table table {
    width: 100%;
}

.order_confirm_table table thead th {
    background: #F7F7F7;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #999999;
}

.order_confirm_table table tbody td {
    background: #F0F4FA;
    text-align: center;
    padding: 0 20px;
    font-size: 14px;
    border-bottom: 4px solid #fff;
}

.order_confirm_table table tbody td:first-child {
    text-align: left;
}

.order_confirm_table table tbody td:first-child img {
    width: 60px;
}

.order_confirm_table table tbody td a {
    color: #666666;
    font-size: 14px;
}

.order_confirm_money {
    border-bottom: 1px solid #ccc;
    padding: 20px 20px;
    overflow: hidden;
}

.order_confirm_money p {
    width: 270px;
    float: left;
    margin-left: 930px;
    font-size: 14px;
    color: #666666;
    line-height: 46px;
    display: flex;
    align-items: center;
}

.order_confirm_money p span {
    color: #F22424;
    font-size: 24px;
    margin-left: 25px;
}

.order_confirm_money p i {
    color: #0D0D0D;
    margin-left: 35px;
    font-size: 14px;
}

.order_confirm_btn {
    border-bottom: 1px solid #ccc;
    padding: 20px 20px;
    overflow: hidden;
}

.order_confirm_btn button {
    display: block;
    float: right;
    width: 140px;
    height: 44px;
    text-align: center;
    color: #fff;
    background: #004AB3;
    border-radius: 4px;
    border: 0;
    font-size: 20px;
}
/* 积分申请 */
.score_applyBtnDisabled{position:absolute;top:0;width:100%;height:100%;display:none;left:0;}
/* 我的发票 */
.finance_invoice_itemT{
    background:#f5f5f5;
}
.finance_invoiceThead thead tr th{
    height:36px;
    line-height:36px;
}

#invoice_apply{
    width: 128px;
    height: 44px;
    background: #004AB3;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    border: 0;
    margin-left: 70px;
    float:right;
}
.invoice_applyDialog{
    margin:20px auto 0;
    width:400px;
    display:none;
}
.invoice_applyList{
    display:flex;
    line-height:30px;
    height:30px;
    width:360px;
    margin-bottom:10px;
}
.invoice_applyList .invoice_applyList_Left{
    width:130px;
    line-height:30px;
    font-size:14px;color:#333;
}
.invoice_applyList .invoice_applyList_right{
    flex:1;
}
.invoice_applyList select{
    height:30px;
    width:100%;
    font-size:14px;color:#333;
}
.invoice_applyList input{
    height:30px;
    width:100%;
    font-size:14px;color:#333;
}
.invoice_refundDialog{
    margin:20px auto 0;
    width:400px;
    display:none;
}
.invoice_applyList textarea{
    height:50px;
    width:100%;
}<!--0.00032210350036621-->