body{
    background: #F7F7F7;
}
.header{
    background: #ffffff;
}
header{
    box-shadow: none;
}
.header-nav{
    border-bottom: 2px solid #eeeeee;
    overflow: hidden;
}
.nb{
    border:none;
}
.header .logo{
    margin: 10px 0;
    display: inline-block;
    width: 50%;
}
.logo img{
    height: 60px;
}
.header-right{
    padding-right: 5px;
    float: right;
    padding-top: 35px;
    font-size: 13px;
    color: #aaa;
    background: none;
}
.header-right a{
    padding-bottom: 2px;
    font-weight: bold;
}
.header-right em{
    color: #2ed3ae;
    font-size: 16px;
}

.footer{
    background: #ffffff;
    padding-top: 20px;
    text-align: center;
    border-top: 1px solid #e8e8e8;
    line-height: 40px;
}
.footer-links{
    font-size: 12px;
}
.footer-links a{
    position: relative;
    margin:0 10px;
}
.footer-links a:after{
    content: "";
    width: 1px;
    height: 70%;
    background-color: #ccc;
    position: absolute;
    right: -12px;
    top: 4px;
}
.footer-links a:last-child:after{
    display: none;
}
.footer-cp{
    display: block;
    color: #cccccc;
}


/*login*/
.login-width{
    max-width: 960px;
}
.login-wrap{
    padding: 30px 0;
    min-height: 400px;
}
.loginform{
    margin: 10px;
    margin-top: 20px;
    padding: 40px 30px;
    background: #f5f5f5;
    border-radius: 5px;
}
.loginform .btn{
    background: #2ed3ae;
    color: #ffffff;
    border-radius: 50px;
}
.loginform .btn:hover{
    outline: none;
    color: #ffffff;
    opacity: 0.9;
}
.errmsg{
    line-height: 30px;
    color: #a94442;
}
.login-right{
    text-align: center;
}
.login-right h3{
    text-transform: capitalize;
}
.login-right a{
    margin-top: 5px;
}
.login-right p{
    margin-top: 10px;
}

/*account*/
.account_wrap{
    margin: 30px auto;
    min-height: 480px;
}
.action_menu{
    width:100%;
    display: inline-block;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    overflow: hidden;
    background: #ffffff;
}
.action_menu h2{
    background: #2ed3ae;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
}
.action_menu ul {
    padding: 10px 0;
}
.action_menu ul li{
    height: auto;
    line-height: 50px;
    font-size: 14px;
    border-bottom: 1px solid #ececec;
    background-color: #fff;
}
.action_menu ul li a{
    color: #474747;
}
.action_menu ul li a:hover,.action_menu ul li a.onli{
    color: #2ed3ae;
}
.action_menu ul li a i{
    margin-left: 10px;
    margin-right: 6px;
    font-size: 18px;
    vertical-align: -2px;
}
.action_menu ul li a label{
    vertical-align: middle;
    cursor: pointer;
}
.action_menu ul li.onli{
    background: #EEEEEE;
}
.action_menu ul li.onli a i{
    color: #2ed3ae;
}
.action_menu ul li.onli a label{
    color: #2ed3ae;
}
.action_menu ul li:nth-last-child(1){
    border-bottom: none;
}
.action_menu dl{
    background: #FBFBFB;
    display: none;
}
.action_menu dl dd{
    height: 40px;
    line-height: 40px;
    text-indent: 60px;
    font-size: 14px;
}

.user_right_wrap{
    width: 980px;
    float: right;
    margin-bottom: 24px;
    padding-bottom: 50px;
}
.user_right_wrap .nodata{
    margin: 30px;
    text-align: center;
    line-height: 50px;
}
.user_right_body{
    margin-top: 10px;
    padding: 15px 20px;
    background: #ffffff;
    min-height: 400px;
    padding-bottom: 50px;
}
.act_r_nav{
    background: #fff;
    height: 50px;
}
.act_r_nav i{
    display: inline-block;
    border-left: 6px solid #2ed3ae;
    margin-right: 13px;
    height: 24px;
    margin-top: 10px;
    vertical-align: middle;
}
.act_r_nav h2{
    margin-top: 10px;
    display: inline-block;
    line-height: 30px;
    font-size: 20px;
    vertical-align: middle;
}
.act_r_nav a{
    float: right;
    background: #2ed3ae;
    color: #ffffff;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 30px;
    font-size: 14px;
}

.order_search_nav{
    height: 30px;
    line-height: 30px;
}
.order_search_nav a{
    display: inline-block;
    margin-right: 15px;
}
.order_search_nav a:hover,.order_search_nav a.onli{
    color: #2ed3ae;
    border-bottom: 2px solid #2ed3ae;
}
.order_status_nav{
    margin-top: 10px;
    overflow: hidden;
}
.order_status_nav ul li{
    float: left;
    width: 20%;
    text-align: center;
}
.order_status_nav ul li span{
    display: block;
    height: 24px;
    line-height: 24px;
    background: #E8E8E8;
}
.order_status_nav ul li:nth-child(1) span{
    border-radius: 20px 0 0 20px;
}
.order_status_nav ul li:nth-last-child(1) span{
    border-radius: 0 20px 20px 0;
}
.order_status_nav ul li span.onli{
    background: #2ed3ae;
    color: #ffffff;
}
.order_status_nav ul li p{
    margin-top: 20px;
}

/*order list*/
.order_wrap{
    width: 100%;
    margin: 20px 0;
}
.order_table{
}
.order_table table{
    border: 1px solid #e8e8e8;
    margin-bottom: 20px;
    font-size: 12px;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
.order_table thead{
    border-bottom: 1px solid #E8E8E8;
}
.order_table td{
    padding:10px 5px;
}
.order_table thead tr td,
.order_table thead tr:hover td{
    background: #f5f5f5;
    color:#666;
    font-size: 14px;
}
.order_table thead h3{
    font-size: 16px;
    font-weight: bold;
}
.order_table thead label{
    white-space:nowrap;
}
.order_table tbody tr td{
    vertical-align: top;
    font-size: 14px;
    border-right: 1px solid #e8e8e8;
    text-align: center;
}
.order_table tbody tr td.al{
    padding: 0;
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
}
.order_table tbody tr td.dt{
    text-align: left;
    border-right: none;
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8;
}
.order_table tr td a{
    vertical-align: top;
    position: relative;
}
.order_table tr td a:hover{
    color: #2ed3ae;
    opacity: 0.8;
}
.order_table tr td a.wreview{
    display: inline-block;
    margin-top: 10px;
    border-radius: 3px;
    padding: 5px 10px;
    background: #FF8000;
    color: #fff;
}
.order_table tr td a.rreview{
    display: inline-block;
    margin-top: 10px;
    border-radius: 3px;
    padding: 5px 10px;
    background: #e1b695;
    color: #fff;
}
.order_table tr td a i{
    font-size: 20px;
}
.order_table a.buyBtn{
    border: 1px solid #e8e8e8;
    background: #f8f8f8;
    padding: 2px 15px;
    display: inline-block;
}
.order_table tr td em.date{
    float: right;
    color: #999999;
}
.orderitem{
    display: block;
    padding: 10px;
    border-bottom: 1px dotted #e8e8e8;
    overflow: hidden;
}
.orderitem:nth-last-child(1){
    border-bottom: none;
}
.orderitem img{
    float: left;
    width: 80px;
}
.orderitem>div{
    width: 76%;
    margin:0 0 0 15px;
    display: inline-block;
    overflow: hidden;
}
.orderitem>div>a{
    color: #333333;
}
.orderitem>div p{
    margin-top: 10px;
    color: #999999;
    text-transform: capitalize;
    font-size: 12px;
}
.orderitem>div p.price{
    color: #dd0000;
    font-size: 12px;
}

/*action drop list*/
.user_action_drop {
    height: 30px;
    line-height: 30px;
    margin: 0 3px;
    font-size: 12px;
    position: relative;
}
.user_action_drop>a {
    display: block;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}
.user_action_drop a:hover {
    color: #333;
    text-decoration: none;
}
.user_action_drop em {
    width: 6px;
    height: 6px;
    background: #2ed3ae;
    border-radius: 100%;
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 2;
}
.user_action_drop i {
    width: 30px;
    height: 29px;
    border: 1px transparent solid;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.user_action_drop i:before {
    width: 0;
    height: 0;
    margin: auto;
    border-width: 5px 4px 0px 4px;
    border-color: transparent;
    border-style: solid;
    border-top-color: #333;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.user_action_drop ul {
    width: 100%;
    background: #fff;
    border: 1px #dcdcdc solid;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 1;
    display: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.user_action_drop li a {
    display: block;
    padding: 5px 0;
    line-height: 20px;
}
.user_action_drop li b {
    display: inline-block;
    height: 16px;
    min-width: 10px;
    padding: 0 3px;
    line-height: 16px;
    text-indent: 0;
    margin-left: 5px;
    margin-top: 2px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background-color: #2ed3ae;
    border-radius: 8px;
    font-size: 12px;
    vertical-align: top;
}
.user_action_drop:hover ul {
    display: block;
}
.user_action_drop:hover i:before {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.user_action_drop li:hover {
    background: #f2f2f2;
}

/* user input styles */
.user_form{
    margin: 0 auto;
    margin-bottom: 30px;
}
.user_form ul.half{
    width: 50%;
}
.user_form ul li{
    margin: 8px 0;
}
.user_form ul li.half{
    width: 49%;
    float: left;
}
.user_form ul li.half1{
    margin-right: 2%;
}
.user_form ul li label{
    display: block;
    line-height: 30px;
    color: #888;
}
.user_form ul li p{
    display: none;
    color: #dd0000;
    margin-top: 5px;
}
.user_form select{
    width: 100%;
    height: 40px;
}
.user_form input[type="text"],.user_form input[type="password"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
}
.user_form input.telcode{
    width: 15%;
    display: inline-block;
    border-radius: 3px 0 0 3px;
    border-right: 0;
    background: #f8f8f8;
    text-align: center;
    text-indent: 0;
}
.user_form input.tel{
    width: 85%;
    display: inline-block;
    border-radius: 0 3px 3px 0;
}
.user_form input:focus{
    border-color: #00bafa;
}
.user_form ul li input.isnull{
    background: #fff3f3;
    border:1px solid #FF0000;
}
.user_form button{
    margin-top: 10px;
    background: #00bafa;
    padding: 5px 30px;
    line-height: 30px;
}
.user_form button:hover{
    opacity: 0.9;
}
.user_form_line{
    height: 30px;
    clear: both;
}
.user_form button.cancel{
    background: #CCCCCC;
}

/*favorite*/
.fv_wrap{
    margin-top: 20px;
    overflow: hidden;
}
.fv_list{
    width: 23%;
    margin:0 1%;
    float: left;
    overflow: hidden;
    min-height: 300px;
    margin-bottom: 30px;
}
.fv_list:hover{
    background: #f8f8f8;
}
.fv_list>.img{
    min-height: 216px;
    /*display:flex;*/
    /*justify-content:center;*/
    /*align-items:center;*/
    /*text-align:center;*/
    /*line-height:216px;*/
    position: relative;
}
.fv_list img{
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    object-fit: cover;
}
.fv_list>dl{
    margin-top: 10px;
}
.fv_list>dl>dt{
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.fv_list>dl>dd{
    line-height: 30px;
}
.fv_list>dl>dd>span{
    color: #dd0000;
    font-weight: 500;
}
.fv_list>dl>dd>del{
    margin-left: 10px;
    color: #999;
}
.fv_list>dl>dd>a{
    display: block;
    text-align: center;
}

/*uadd list*/
.uadd_list_wrap{
    margin-top: 20px;
    overflow: hidden;
}
.uadd_list{
    width: 60%;
    padding: 10px;
    margin-bottom: 20px;
    border:1px solid #E8E8E8;
    border-radius: 3px;
    position: relative;
}
.uadd_list ul li{
    line-height: 30px;
}
.uadd_list ul li em{
    background: #dd0000;
    padding: 2px 5px;
    font-size: 12px;
    color: #fff;
    border-radius: 2px;
}
.uadd_list span{
    position: absolute;
    width: 100px;
    right: 10px;
    top: 10px;
    font-size: 12px;
    text-align: center;
}

/*order detail*/
.order_info{
    margin-top: 30px;
    overflow: hidden;
}
.order_info_nav{
    line-height: 40px;
    font-size: 24px;
    border-bottom: 1px solid #eee;
}
.order_info_left{
    width: 60%;
    float: left;
    overflow: hidden;
}
.order_info_left ul li{
    margin-top: 20px;
}
.order_info_left ul li label{
    color: #999;
    display: inline-block;
    width: 150px;
    vertical-align: top;
}
.order_info_left ul li span{
    display: inline-block;
}
.order_info_left ul li p{
    margin-top: 5px;
}
.order_info_right,.order_shipinfo{
    float: right;
    margin-top: 10px;
    width: 30%;
    padding: 15px 10px;
    padding-top: 0;
    border: 1px solid #dfa27b;
    background: #fffce6;
}
.order_shipinfo{
    border: 1px solid #0cb088;
    background: #e1fbf8
}
.order_info_right ul li,
.order_shipinfo ul li{
    margin-top: 15px;
}
.order_info_right ul li em,
.order_shipinfo ul li em{
    float: right;
}
.order_info_right ul li.price{
    font-size: 18px;
}
.order_info_right a,.order_shipinfo a{
    background: #dd0000;
    text-align: center;
    display: block;
    height: 36px;
    line-height: 36px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 16px;
}
.order_shipinfo a{
    background: #0cb088;
}
.order_info_right a:hover,.order_shipinfo a:hover{
    opacity: 0.8;
}
.order_details{
    background: #ffffff;
    padding: 10px;
}

.detail_table{
    margin-bottom: 20px;
    font-size: 12px;
}
.detail_table table{
    border-collapse: collapse;
}
.detail_table td{
    padding:15px 5px;
}

.detail_table thead tr td,
.detail_table thead tr:hover td{
    padding:8px 5px;
    border-bottom: 1px solid #e8e8e8;
    color:#666 !important;
    font-size: 16px;
}
.detail_table tbody tr{
    border-bottom: 1px dotted #e8e8e8;
}
.detail_table tbody tr:nth-last-child(1){
    border-bottom: none;
}
.detail_table tbody tr td{
    vertical-align: top;
    font-size: 15px;
}
.detail_table tbody tr td.title{
    padding-right: 50px;
}
.detail_table tbody tr td h2{
    font-size: 14px;
}
.detail_table tr td img{
    width: 80px;
    overflow: hidden;
}
.detail_table tr td p{
    margin-top: 10px;
}
.detail_table tr td p.attr{
    text-transform: capitalize;
    color: #dd0000;
    font-size: 12px;
}
.detail_table tr td.title a{
    color: #333333;
}
.detail_table tr td a:hover{
    color: #00a8ee;
}
.detail_table tr td.price{
    font-size: 18px;
    color: #dd0000;
}

/**/
.review_list{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #E8E8E8;
    overflow: hidden;
}
.review_l{
    float: left;
    width: 50%;
}
.review_r{
    float: left;
    margin-left: 2%;
    width: 48%;
}
.ReviewStars{
    margin: 0;
    border: none;
    height: 30px;
}
.ReviewStars input[type=radio]{
    -webkit-appearance: none;
    background:url(../img/ratingall.png) no-repeat 0 0;
    cursor:pointer;
    height: 20px;
    width: 23px;
    padding:0;
    float: left;
    border:0;
    border-radius: inherit;
}
.ReviewStars input[type=radio]:checked:before{
    background: transparent;
}
.starrow {
    padding: 3px 0;
    display: table;
}
.starrow-stars{
    background: url("../img/stars.png") repeat-x 0 0;
    height: 14px;
    width: 80px;
}
.starrow-items{
    background: url("../img/stars.png") repeat-x 0 100%;
    height: 100%;
}

.reviewarea{
    margin-top: 3px;
}
.reviewarea textarea{
    width: 100%;
    padding: 10px;
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
    border-radius: 3px;
}
.reviewbtn{
    margin: 10px auto;
}
.reviewbtn button{
    display: inline-block;
    background: #dd0000;
    padding: 0 20px;
    font-size: 14px;
}
.reviewtext{
    margin-top: 10px;
}
.reviewimg{
    margin: 10px 0;
}
.reviewimg>a{
    text-indent: -9999rem;
    display: inline-block;
    background: url("../img/upimg_icon.png") no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
}
.reviewimg input{
    display: none;
}
.reviewimg .img{
    display: table;
}
.reviewimg span{
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    vertical-align:middle;
}
.reviewimg img{
    width: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}