/* latin-ext */
@font-face {
    font-family: 'News Cycle';
    font-style: normal;
    font-weight: 400;
    src: local('News Cycle'), local('NewsCycle'), url(http://fonts.gstatic.com/s/newscycle/v13/d03oiboZGiaNuMDvH253CgsYbbCjybiHxArTLjt7FRU.woff2) format('woff2'),
    url(http://hair.aganweb.com/static/css/font/NewsCycle-Regular.ttf) format('truetype');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'News Cycle';
    font-style: normal;
    font-weight: 400;
    src: local('News Cycle'), local('NewsCycle'), url(http://fonts.gstatic.com/s/newscycle/v13/9Xe8dq6pQDsPyVH2D3tMQgzyDMXhdD8sAj6OAJTFsBI.woff2) format('woff2'),
    url(http://hair.aganweb.com/static/css/font/NewsCycle-Regular.ttf) format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

body{
   /* font-family: 'Source Sans Pro',sans-serif;*/
    /*font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;*/
    font-weight: 200;
    color: #505050;
    font-family: 'News Cycle',sans-serif;
    min-width: 1100px;
}
#blankbtm{
    width: 100%;
    height: 30px;
    overflow: hidden;
}

#header{
    width: 100%;
    min-height: 150px;
    height: auto;
}
.top{
    height: 50px;
    line-height: 50px;
    width: 100%;
    background: #fd8eb1;
}
.top ul{
    width: 1100px;
    margin: 0 auto;
}
.top ul li{
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
}
.top ul li i{
    font-size: 16px;
    margin-right: 3px;
}
.top ul li em{
    color: #fff121;
    margin-right: 3px;
}
.top ul li.fl i{
    font-size: 22px;
}
.top ul li a{
    margin-left: 20px;
    color: #fff
}
.top ul li a:hover{
    color: #eee;
}
#menu{
    height: 100px;
    width: 100%;
    position: absolute;
    z-index: 2;
    border-bottom: 1px solid #EDEDED;
}
.menu{
    width: 1100px;
    margin: 25px auto;
    position: relative;
    text-transform: uppercase;
}
.menu ul.logo{
    float: left;
    width: 300px;
}
.menu ul.logo img{
    width: 80%;
}
.menu ul.nav{
    float: right;
    width: 800px;
    margin-top: 12px;
    text-align: right;
}
.menu ul.nav li{
    display: inline-block;
    position: relative;
}
.menu ul.nav li a{
    margin:0 15px;
    padding:0 10px;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    -webkit-transition: background-color .1s ease;
    -moz-transition: background-color .1s ease;
    transition: background-color .1s ease;
}
.menu ul.nav li a:hover{
    color: #fd8eb1;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}
.menu ul.nav li a.onli {
    color: #fd8eb1;
}
.menu ul.nav li .child{
    position: absolute;
    top: 30px;
    left: -10%;
    width: 120%;
    background: rgb(255,255,255);
    border-top: 1px solid #EEEEEE;
    box-shadow: 1px 1px 3px #ddd;
    border-radius: 0 0 5px 5px;
    text-align: center;
    padding: 10px 0;
    display: none;
}
.menu ul.nav li .child a{
    margin: 0;
    text-indent: 16px;
    font-size: 14px;
    display: block;
    line-height: 30px;
    color:#000;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.menu ul.nav li .child a:hover{
    color: #fd8eb1;
}

#footer{
    margin-top: 50px;
    width: 100%;
    background: #fd8eb1;
    color: #ffffff;
    overflow: hidden;
}
.footer{
    width: 1100px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    font-size: 13px;
    text-transform: uppercase;
}
.footer ul.copyright{
    width: 350px;
    float: left;
}
.footer ul.ftnav{
    width: 750px;
    float: right;
    text-align: right;
}
.footer a{
    border-right: 1px solid #ee86a5;
    padding: 0 15px;
    font-size: 13px;
    color: #fff;
}
.footer a:hover{
    color: #EEEEEE;
}
.footer a.nr{
    border-right: none;
}

/*index*/
.advert{
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.advert img{
    width: 100%;
}
.swiper-slide img{
    width: 100%;
}
.swiper-pagination-bullet{
    width: 36px;
    height: 20px;
    border-radius: 0;
    background: #fd8eb1;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 30px;
}

.index_cate{
    width: 1100px;
    margin:20px auto;
    overflow: hidden;
}
.iclist {
    float: left;
    margin-top: 10px;
    width: 360px;
    height: 200px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
}
.iclist img{
    width: 358px;
    height: 198px;
    border: 1px solid #EEEEEE;
}
.iclist_w {
    width: 100%;
    height: 200px;
    position: absolute;
    background: rgba(0,0,0,0.45);
    left: 0;
    top: 200px;
    text-align: center;
}
.iclist_w a {
    display: inline-block;
    margin-top: 80px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
    padding: 0 20px;
    background: rgba(253, 142, 177, 0.80);
    border-radius: 20px;
    text-transform: uppercase;
}
.iclist.mr0{
    margin-right: 0;
}

/*list*/
.position{
    width: 1100px;
    margin: 10px auto;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    margin-top: 0;
    padding-top: 20px;
    border-top: 1px solid rgb(242,242,242);
}
.position a{
    margin: 0 5px;
    color: #000000;
}
.position a:hover,.position a.onli{
    color: #ee86a7;
}
.catename{
    width: 1100px;
    margin: 10px auto;
}
.catename h1{
    display: inline-block;
    height: 50px;
    padding: 5px;
    padding-bottom: 12px;
    font-size: 35px;
    border-bottom: 1px solid #EEEEEE;
}
.list_wrap{
    position: relative;
    width: 1100px;
    margin: 20px auto;
    overflow: hidden;
}
.list_wrap ul{
    margin-left: -10px;
    overflow: hidden;
}
.list_wrap ul li{
    float: left;
}
.list{
    margin-top: 20px;
    width: 212px;
    height: 300px;
    margin-left: 10px;
}
.list_img{
    position: relative;
    width: 212px;
    height: 212px;
    background: #f8f8f8;
    overflow: hidden;
}
.list_img img{
    width: 100%;
}
.list_w {
    position: absolute;
    width: 212px;
    height: 212px;
    background: rgba(232, 74, 84, 0.25);
    left: 0;
    top: 212px;
    text-align: center;
}
.list_w a {
    display: inline-block;
    margin-top: 80px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
    padding: 0 20px;
    background: rgba(253, 142, 177, 0.80);
    border-radius: 25px;
    text-transform: uppercase;
}
.list_text{
    margin: 10px 0;
    text-align: center;
}
.list_text a{
    display: block;
    width: 200px;
    color: #505050;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list_text a:hover{
    color: #fd8eb1;
}
.list_text i{
    display: inline-block;
    width: 60px;
    margin-top: 10px;
    border-top: 1px solid #e8e8e8;
    height: 5px;
    font-size: 0;
    line-height: 0;
}
.list_text p{
    font-size: 20px;
    color: #fd8eb1;
}

.gallery{
    float: left;
    margin-top: 20px;
    width: 212px;
    margin-left: 10px;
}
.gallery_img{
    position: relative;
    width: 210px;
    height: 210px;
    background: #f8f8f8;
    overflow: hidden;
}
.gallery_img img{
    width: 100%;
}
.gallery_w {
    position: absolute;
    width: 210px;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 210px;
    text-align: center;
}
.gallery a{
    color: #FFFFff;
    font-size: 12px;
}

/*show*/
.show_wrap{
    width: 1100px;
    margin: 20px auto;
    overflow: hidden;
}
.show_img{
    float: left;
    margin: 5px;
    width: 420px;
}
.show_img img{
    width: 100%;
}
.show_img ul{
    width: 420px;
    margin-top: 15px;
    text-align: center;
}
.show_img ul li{
    float: left;
    width: 100px;
    height: 100px;
    margin:0 6px;
}
.show_img ul li img{
    width: 100%;
    height: 100%;
    line-height: 0;
    border: 1px solid #EEEEEE;
    border-radius: 3px;
}

.show_right{
    float: left;
    width: 620px;
    margin-left: 50px;
}
.show_main{
    overflow: hidden;
}
.show_main h1{
    font-size: 26px;
    line-height: 50px;
}
.show_main span{
    margin: 5px 0;
    display: inline-block;
    color: #fd8eb1;
    font-size: 26px;
}
.show_main ul{
    float: right;
    height: 20px;
    overflow: hidden;
    margin-top: 15px;
}
.show_main a{
    color: #aa0000;
}
.show_summary{
    margin-top: 10px;
    font-size: 17px;
    line-height: 30px;
}
.show_relation{
    margin-top: 10px;
}
.show_relation a{
    position: relative;
    display: inline-block;
}
.show_relation a img{
    width: 60px;
    height: 60px;
    margin: 5px;
    border-radius: 5px;
}
.show_relation a.choose:before{
    display: block;
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    left: 5px;
    top: 5px;
    border-radius: 5px;
    background: rgba(10,10,10,0.5) url('../images/check.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 2;
}
.show_relation a em{
    position: absolute;
    left: 4px;
    top: 4px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background-color: rgba(50,50,50,0.5);
    font-size: 12px;
    color: #ffffff;
    z-index: 2;
    border-radius: 5px;
}
.show_act{
    margin-top: 20px;
}
.cartnum {
    float: left;
    position: relative;
    width: 200px;
    height: 48px;
    line-height: 46px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
}
.cartnum em {
    padding: 2px 20px;
    font-size: 40px;
    height: 48px;
    line-height: 38px;
    display: inline-block;
    background-color: #fafafa;
    cursor: pointer;
}
.cartnum input {
    line-height: 40px;
    width: 90px;
    text-align: center;
    display: inline-block;
    margin-right: -5px;
    border-radius: 0;
    -webkit-appearance: none;
    vertical-align: bottom;
    color: #fd8eb1;
}
.cartnum em.fl {
    border-right: 1px solid #dddddd;
}
.cartnum em.fr {
    border-left: 1px solid #dddddd;
}
.addBtn{
    float: left;
    margin-left: 30px;
}
.addBtn a{
    display: block;
    text-align: center;
    width: 180px;
    height: 50px;
    line-height: 50px;
    background: #fd8eb1;
    color: #ffffff;
    font-size: 20px;
    border-radius: 2px;
    text-transform: uppercase;
}
.addBtn a:hover{
    background: rgba(242, 136, 169, 0.9);
}
.addBtn button{
    display: block;
    text-align: center;
    width: 180px;
    height: 50px;
    line-height: 50px;
    background: #d8d8d8;
    color: #ffffff;
    font-size: 20px;
    border-radius: 2px;
    text-transform: uppercase;
}

.show_content{
    width: 1100px;
    margin: 30px auto;
}
.show_content h2{
    margin-left: 10px;
    font-size: 28px;
    line-height: 40px;
}
.show_content .item_content{
    margin: 10px;
    line-height: 30px;
}
.show_content .item_content p{
    margin-top: 10px;
}
.item_content b{
    font-weight: 400;
}
.attr{
    margin: 10px 0;
    width: 100%;
    overflow: hidden;
}
.attr span{
    width: 55px;
    display: inline-block;
    vertical-align: middle;
}
.attr em{
    font-size: 10px;
    margin-left: 6px;
    border-radius: 50%;
    border: 1px solid #d8d8d8;
    display: inline-block;
    cursor: pointer;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
}
.attr em.active{
    border: 1px solid #FD8EB1;
    background: #FD8EB1;
    color: #ffffff;
}
.show-review{
    width: 1100px;
    margin: 20px auto;
    border-top: 1px solid #e8e8e8;
    padding-top: 30px;
}
.review-nav{
    margin: 10px 0;
    overflow: hidden;
}
.review-nav-left{
    float: left;
    width: 250px;
    border-right: 1px solid #e8e8e8;
    min-height: 100px;
    overflow: hidden;
}
.review-nav-ratings{
    float: left;
    width: 112px;
    height: 20px;
    background: url("../images/ratingall.png") repeat-x 0 0;
}
.review-nav-rt-full{
    height: 100%;
    background: url("../images/ratingall.png") repeat-x 0 100%;
}
.review-nav-rt-num{
    float: left;
    padding-left: 15px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 14px;
}
.review-nav-write{
    margin-top: 50px;
}
.review-nav-write a{
    background: #FD8EB1;
    color: #ffffff;
    padding: 8px 30px;
}
.review-nav-write a:hover{
    opacity: 0.8;
}
.review-nav-right{
    float: left;
    margin-left: 50px;
    min-width: 600px;
}
.starrow {
    padding: 3px 0;
    display: table;
}
.starrow-stars{
    background: url("../images/stars.png") repeat-x 0 0;
    height: 14px;
    width: 80px;
}
.starrow-items{
    background: url("../images/stars.png") repeat-x 0 100%;
    height: 100%;
}
.starrow-nums{
    color: #6b6b6b;
    font-size: 12px;
    line-height: 14px;
    width: 50px;
}
.starrow-bar{
    margin: 4px 0;
    background: #8c8c8c;
    height: 8px;
    width: 100px;
    float: left;
}
.starrow-bar-full{
    background: #333333;
    height: 100%;
}

.review-form{
    margin: 10px 0;
    margin-top: 40px;
}
.review-form ul li{
    margin-top: 15px;
    font-size: 14px;
    clear: both;
    overflow: hidden;
}

.review-form ul li p{
    margin-top: 5px;
}
.review-form ul li input[type=text],.review-form ul li textarea{
    border: 1px solid #CCCCCC;
    padding: 12px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
}
.review-form ul li button{
    color: #fff;
    background: #FD8EB1;
    width: 200px;
    text-align: center;
    padding: 15px 10px;
    border-radius: 3px;
}
.review-form ul li span{
    font-size: 14px;
    color: #FF0000;
}
#ReviewStars{
    margin: 0;
    border: none;
}
#ReviewStars input[type=radio]{
    background:url(../images/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;
}

.review-list{
    border-top: 1px solid #e8e8e8;
    padding: 20px 0;
    position: relative;
}
.review-list-title{
    font-size: 20px;
    line-height: 35px;
}
.review-list-rating{
    margin-top: 5px;
}

.review-list-other{
    color: #6b6b6b;
    font-size: 12px;
    line-height: 14px;
    margin-left: 10px;
}
.review-content{
    clear: both;
    margin-top: 30px;
    font-size: 13px;
}

/*about*/
.about_wrap{
    width: 1100px;
    margin: 20px auto;
    overflow: hidden;
}
.about_left{
    float: left;
    width: 200px;
    padding: 10px 20px;
    padding-bottom: 30px;
    background: rgb(250,250,250);
    border-radius: 10px;
    text-transform: uppercase;
}
.about_left h3{
    font-size: 18px;
    line-height: 40px;
    border-bottom: 1px solid #dddddd;
    font-weight: 600;
}
.about_left ul{
    margin-top: 10px;
}
.about_left ul li{
    line-height: 30px;
}
.about_left ul li a{
    font-size: 14px;
    color: #505050;
}
.about_left ul li a:hover,.about_left ul li a.onli{
    color: #fd8eb1;
}
.about_right{
    float: left;
    width: 800px;
    margin-left: 60px;
}
.about_right h2{
    font-size: 36px;
}
.about_content{
    margin-top: 20px;
    line-height: 30px;
    font-size: 16px;
    color: #000000;
}
.about_content p{
    margin-top: 12px;
}

/*user*/
#user_wrap {
    width: 100%;
    background: #F7F7F7;
    overflow: hidden;
    margin-bottom: -50px;
}
.reg_wrap {
    width: 1100px;
    padding: 36px 0;
    background: #ffffff;
    margin: 30px auto;
    min-height: 400px;
    box-shadow: 0 1px 1px 1px #eee;
    height: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
}
.reg_wrap h2{
    font-size: 35px;
    line-height: 60px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 25px;
}
.reg_container{
    width: 500px;
}
.reg_nav {
    width: 500px;
    text-indent: 50px;
}
.reg_nav h3{
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    color: #555555;
    text-transform: uppercase;
}
.reg_nav p{
    margin-top: 5px;
    font-size: 14px;
}
.reg_form {
    width: 500px;
    margin: 20px 50px;
    text-align: center;
}
.reg_form ul li {
    margin-top: 25px;
    text-align: left;
}
.reg_form ul li input {
    background: #f8f8f8;
    border: 1px solid #eeeeee;
    width: 400px;
    height: 50px;
    font-size: 16px;
    text-indent: 10px;
    color: #a3a3a3;
    line-height: 50px;
    display: inline-block;
}
.reg_form ul li input.half{
    width: 195px;
}
.reg_form ul li button {
    width: 400px;
    cursor: pointer;
    background: #fd8eb1;
    color: #ffffff;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    display: block;
}
.reg_form ul li a{
    color: #fd8eb1;
}

/*cart*/
.cart_wrap{
    width: 1100px;
    margin: 20px auto;
    margin-top: 0;
    overflow: hidden;
    padding-top: 20px;
    border-top: 1px solid rgb(242,242,242);
}
.cart_nav{
    width: 600px;
    margin: 10px auto;
}
.cart_nav ul{
    text-align: center;
}
.cart_nav ul li{
    display: inline-block;
    color: #999999;
    font-size: 18px;
}
.cart_nav ul li:not(:last-child):after {
    display: inline-block;
    content: '';
    height: 1px;
    width: 35px;
    background-color: #e6e6e6;
    margin: 0 20px;
    vertical-align: middle;
}
.cart_nav ul li.onli {
    color: #fd8eb1;
}
.cart_title{
    margin-top: 10px;
    line-height: 60px;
    font-size: 18px;
}
.cart_title em{
    color: #fd8eb1;
    font-size: 20px;
}
.cart_form{
    width: 1100px;
    overflow: hidden;
}
.nocart{
    width: 100%;
    text-align: center;
    min-height: 200px;
    padding-top: 100px;
    font-size: 18px;
}
.nocart a{
    display: inline-block;
    margin-top: 10px;
    background: #fd8eb1;
    padding: 5px 20px;
    color: #fff;
    border-radius: 5px;
}

/*
===================
数据表格列表
===================
*/
.table_list{
    margin-bottom: 20px;
    font-size: 12px;
}
.table_list td{
    padding:10px 5px;
}
.table_list thead tr td,
.table_list thead tr:hover td{
    padding:10px 5px;
    border-bottom: 1px solid #EEEEEE;
    color:#666 !important;
    font-weight: bold;
    font-size: 16px;
}
.table_list thead label{
    white-space:nowrap;
}
.table_list tbody tr td{
    border-bottom: 1px dotted #e8e8e8;
    vertical-align: top;
    font-size: 15px;
}
.table_list tbody tr td.title{
    padding-right: 50px;
    height: 106px;
    display: block;
}
.table_list tbody tr td h2{
    font-size: 18px;
}
.table_list tr td a{
    margin-right: 6px;
    position: relative;
    color: #999;
}
.table_list tr td.title a{
    color: #333333;
}
.table_list tr td a:hover{
    color: #fd8eb1;
}
.table_list tr td a i{
    font-size: 26px;
}
.table_list tr td.price{
    font-size: 18px;
    color: #fd8eb1;
}
.table_list tr td.chktitle{
    padding-right: 20px;
    height: 66px;
    display: block;
    overflow: hidden;
}
.table_list tr td.chktitle a{
    font-size: 14px;
    color: #333333;
}
.table_list tr td.chktitle p{
    font-size: 14px;
    color: #999999;
}

.table_list .cartnum {
    float: left;
    position: relative;
    width: 100px;
    height: 28px;
    line-height: 26px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
}
.table_list .cartnum em {
    padding: 2px 8px;
    font-size: 25px;
    height: 28px;
    line-height: 22px;
    display: inline-block;
    background-color: #fafafa;
    cursor: pointer;
}
.table_list .cartnum input {
    line-height: 30px;
    width: 45px;
    text-align: center;
    display: inline-block;
    margin-right: -5px;
    border-radius: 0;
    -webkit-appearance: none;
    vertical-align: bottom;
    color: #fd8eb1;
}
.table_list .cartnum em.fl {
    border-right: 1px solid #dddddd;
}
.table_list .cartnum em.fr {
    border-left: 1px solid #dddddd;
}
.table_list .pcode h3{
    font-size: 28px;
    line-height: 50px;
}
.table_list .pcode p{
    margin-top: 10px;
    color: #ff6a6a;
    font-size: 14px;
}
.table_list .pcode span{
    font-size: 25px;
    color: #ff6a6a;
}
.table_list .pcode input{
    float: left;
    border: 1px solid #e8e8e8;
    border-right: 0;
    height: 36px;
    padding: 5px;
    width: 160px;
}
.table_list .pcode button{
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
    color: #fff;
    display: inline-block;
    background: #62c0ae;
    font-size: 18px;
}
.table_list tfoot td{
    vertical-align: top;
}
.table_list .total{
    float: right;
    margin-top: 10px;
    text-align: right;
}
.table_list .total h3{
    font-size: 18px;
    color: #ff6a6a;
}
.table_list .total h4{
    font-size: 16px;
    color: #008200;
}
.table_list .total span{
    margin: 15px 0;
    display: block;
    font-size: 20px;
    color: #666;
}
.table_list .total span>em{
    color: #fd8eb1;
    font-size: 25px;
    text-align: right;
}
.table_list .total a{
    display: inline-block;
    background: #fd8eb1;
    color: #FFFFff;
    padding: 8px 30px;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 5px;
}
.table_list .total a:hover{
    background: #ed85a6;
    color: #f8f8f8;
}

/*checkout*/
.checkout{
    margin-top: 30px;
}
.checkout h3{
    font-size: 25px;
    font-weight: normal;
    line-height: 40px;
    margin-top: 20px;
}
.checkout_left{
    width: 500px;
    float: left;
}
.checkout_left ul li{
    margin-top: 10px;
}
.checkout_left input[type=text]{
    padding: 12px 15px;
    font-size: 18px;
    font-weight: 300;
    border-radius: 3px;
    border: 1px solid #cccccc;
    max-width: 100%;
    width: 470px;
    resize: none;
}
.checkout_left ul li select{
    background: transparent;
    border: 1px solid #cccccc;
    width: 500px;
    height: 47px;
    line-height: 47px;
    text-indent: 15px;
    font-size: 18px;
    color: #a3a3a3;
}
.checkout_left input.half{
    width: 216px;
}

.checkout_left ul.shipment li{
    line-height: 40px;
    border-bottom: 1px dotted #e8e8e8;
}
.checkout_left ul.shipment li span{
    font-size: 12px;
    color: #999999;
    margin-left: 5px;
}
.checkout_left ul.shipment li em{
    float: right;
    font-size: 16px;
    color: #fd8eb1;
}
.checkout_left ul.shipment li.nb{
    border-bottom: none;
}
.checkout_left ul img{
    height: 30px;
    vertical-align: middle;
}

.checkout_right{
    width: 500px;
    float: right;
}

.checkout_r_nav{
    line-height: 60px;
    font-size: 18px;
    margin-top: 10px;
    border-bottom: 1px solid #e8e8e8;
}
.checkout_r_nav em{
    color: #fd8eb1;
    font-size: 25px;
}
.checkout_cart{
    width: 500px;
}
.checkout_total{
    padding: 10px 0;
}
.checkout_total ul li{
    margin-top: 10px;
    font-size: 20px;
}
.checkout_total ul li label{
    width: 360px;
    text-align: right;
    display: inline-block;
}
.checkout_total ul li em{
    float: right;
}
.checkout_total ul li.line{
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
}
.checkout_total ul li.bold{
    font-weight: bold;
}
.checkout_btn{
    margin-top: 30px;
    text-align: right;
}
.checkout_btn button{
    background: #f77583;
    color: #FFFFff;
    padding: 15px 30px;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 5px;
}

/*order*/
.order_wrap{
    width: 96%;
    margin: 10px 2%;
    overflow: hidden;
}
.order_table table{
    border: 1px solid #e8e8e8;
    margin-bottom: 20px;
    font-size: 12px;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
.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;
    margin-right: 6px;
    position: relative;
    color: #999;
}
.order_table tr td a:hover{
    color: #fd8eb1;
}
.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;
}
.orderitem{
    padding: 10px;
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
}
.orderitem.nb{
    padding: 0 10px;
    border-bottom: none;
}
.orderitem img{
    float: left;
    width: 80px;
    height: 80px;
}
.orderitem ul{
    width: 315px;
    margin:0 0 0 15px;
    display: inline-block;
    overflow: hidden;
}
.orderitem ul a{
    color: #333333;
}
.orderitem ul p{
    color: #999999;
}
.order_table td em{
    float: right;
    color: #999999;
    font-size: 12px;
}
/*orderdetail*/
.order_detail{
    margin: 0 0 20px 0;
}
.order_detail h2{
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
}
.detail_table{
    line-height: 25px;
    color: #333;
    width: 100%;
}
.detail_table table{
    border: 1px solid #e8e8e8;
    border-bottom: 0;
    border-right: none;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.detail_table table tr td{
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    padding: 5px;
    font-size: 14px;
}


/*优惠弹窗*/
#dialogBg{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0.5;
    filter:alpha(opacity=50);
    z-index:998;
}
#dialogDiv {
    position: fixed;
    background-color:#ffffff;
    border-radius: 5px;
    left: 50%;
    top: 50%;
    width:600px;
    height:300px;
    margin-top: -150px;
    margin-left: -300px;
    display:none;
    z-index: 999;
    padding: 30px;
}
#dialogDiv i{
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 25px;
    cursor: pointer;
}
#dialogDiv i:hover{
    color: #fd8eb1;
}
#dialogDiv h2{
    text-align: center;
    height: 70px;
    line-height: 50px;
    font-size: 28px;
    position: relative;
}
#dialogDiv h2::after{
    content: '';
    position: absolute;
    height: 2px;
    width: 40%;
    bottom: 0;
    background: #e8e8e8;
    left: 30%;
}
#dialogDiv ul{
    margin: 15px 0;
}
#dialogDiv ul li{
    margin-top: 10px;
    text-align: center;
}
#dialogDiv ul li input[type=text]{
    border: 1px solid #e8e8e8;
    padding: 5px 10px;
    height: 30px;
    border-radius: 5px 0 0 5px;
    border-right: none;
    width: 200px;
}
#dialogDiv ul li button{
    background: #fd8eb1;
    height: 42px;
    padding: 0 10px;
    color: #FFFFff;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 0 5px 5px 0;
}
#dialogDiv ul li a{
    color: #fd8eb1;
}
#dialogDiv ul li#errmsg{
    color: #fd8eb1;
    font-size: 14px;
}
.popup-visible{
    -webkit-transform: translateX(100%);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-transition: all 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    visibility: visible;
}
.transform-show{
    -webkit-transform: translateX(0);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

#dialogBtn{
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 5px 10px;
    border-radius: 5px 5px 0 0;
    background: #ce398a;
    color: #ffffff;
    cursor: pointer;
    display: none;
}
#dialogBtn i{
    font-size: 20px;
    vertical-align: -1px;
}



