﻿@charset "utf-8";
/* CSS Document */
body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, h5, h6, p, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea{margin:0; padding:0;}
ol, ul ,li {list-style-type:none;}
body { margin:0 auto;background:#fff;color:#000; font:14px '苹方','微软雅黑',Arial; }
a { color:#000; text-decoration:none; }
a:hover{ color:#000; text-decoration:none; font-weight:bold}
a img { border:0; }
/*img {display:block}*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{display:inline-block;}
/* Hides from IE-mac \*/ * html .clearfix{height:1%;}
.clearfix{display:block;}/* End hide from IE-mac */

.fl{ float: left;}
.fr{ float: right;}
.h10{ clear: both; width: 100%; height: 10px; font-size: 0px; line-height:0px;}
.h50{ clear: both; width: 100%; height: 50px; font-size: 0px; line-height:0px;}
.h100{ clear: both; width: 100%; height: 100px; font-size: 0px; line-height:0px;}

.wrap{ width:1200px; margin:0 auto; position:relative;}

.header{ height:110px; overflow:hidden}
.header .logo{ position:absolute; left:0; top:10px}
.header .nav{ width:900px; margin:0 auto; padding-top:30px}
.header .nav ul li{ float:left; width:90px; text-align:center}
.header .nav ul li a{ display:inline-block; line-height:40px }
.header .nav ul li a:hover{ font-weight:bold}
.header .nav ul li a.cur{font-weight:bold}
.header .nav ul li a.cur span{ display:block; height:3px; line-height:0; font-size:0; background:#dcbfa6; border-radius:1.5px; width:24px; margin:0 auto}
.header .right{ position:absolute; right:0; top:36px}
.header .right a{ float:left; margin-right:30px; display:block}

.header .right a{    -webkit-transition:0.5s ease all;
    -moz-transition:0.5s ease all;
    position:relative;}
	
	/*向上*/
.header .right a:hover{    -webkit-transform:translateY(-4px);
    -moz-transform:translateY(-4px);}
	


.ad{ position:relative;height:560px;}
.ad ul li a{ display:block;height:560px;}

.ad .flex-control-nav {width: 100%; position: absolute; bottom:15px; text-align: center; z-index:100}
.ad .flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.ad .flex-control-paging li a {width: 8px; height:8px; display: block; background: #d8d5d2;  cursor: pointer; text-indent: -9999px; border-radius: 4px;}
.ad .flex-control-paging li a:hover { background: #c0bebb;  }
.ad .flex-control-paging li a.flex-active { background: #dcbfa6; cursor: default; width: 18px; }

.m_title{ float:left; width:86px;}
.m_about{ margin-left:190px;}
.m_about .inf{ float:left; width:360px; letter-spacing:5px; font-size:16px; line-height:1.8; padding-left:60px;}
.m_about .img{ float:right}

.m_news{ margin-left:190px;}
.m_news ul{ margin-left:-26px}
.m_news ul li{ border:1px solid #f4f4f4; float:left; width:310px; margin-left:24px}
.m_news ul li .name{ font-size:14px; line-height:1.5; height:42px; overflow:hidden;text-overflow:ellipsis; overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2; margin:15px}
.m_news ul li .name a:hover{ font-weight:bold}
.m_news ul li .date{ font-size:12px; color:#999; padding:0 15px 15px 15px;}

.m_news ul li{    -webkit-transition:0.5s ease all;
    -moz-transition:0.5s ease all;
    position:relative;}
	
.m_news ul li:hover{	
		-webkit-box-shadow: 0 8px 12px rgba(0,0,0,0.1);
  box-shadow: 0 8px 12px rgba(0,0,0,0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
	
	}

.m_pro{ position:relative}
.m_pro:hover .flex-prev { opacity: 0.7; }
.m_pro:hover .flex-next { opacity: 0.7; }
.m_pro:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.m_pro .flex-direction-nav {*height: 0;}
.m_pro .flex-direction-nav a  { text-decoration:none; display: block; width: 39px; height: 39px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8);   text-indent:-999em }
.m_pro .flex-direction-nav .flex-prev { left: -60px; background:url(/images/ctrl_left.png) 0 0 no-repeat; }
.m_pro .flex-direction-nav .flex-next { right: -60px; background:url(/images/ctrl_right.png) 0 0 no-repeat;}



.m_pro ul.slides li{ position:relative; background:#000}
.m_pro ul.slides li img{ opacity:1; -webkit-transition:0.5s ease all; -moz-transition:0.5s ease all; }
.m_pro ul.slides li:hover img{ opacity:0.6;}
.m_pro ul.slides li .inf{position:absolute; top:0; left:0; right:0; bottom:0; z-index:120; color:#fff; text-align:center; display:none; }
.m_pro ul.slides li:hover .inf{ display:block}
.m_pro ul.slides li:hover .inf b{ font-size:24px; line-height:2; display:block; padding-top:160px}
.m_pro ul.slides li:hover .inf span{ font-size:16px}

.footer{ background:#f4f4f4; padding:50px 0}
.footer .left{ float:left}
.footer .left .inf{ padding-top:70px; font-size:12px; color:#909090}
.footer .right{ float:right}
.footer .right .nav{ float:right}
.footer .right .nav ul li{ float:left; padding-left:50px;line-height:16px; width:10px}
.footer .right .code{ padding-top:40px; float:right}
.footer .right .code .name{ text-align:center; font-size:12px; padding-top:5px}

.inner_banner01{ background:url(/images/inner_banner01.jpg) top center no-repeat; height:420px}
.inner_banner02{ background:url(/images/inner_banner02.jpg) top center no-repeat; height:420px}
.inner_banner03{ background:url(/images/inner_banner03.jpg) top center no-repeat; height:420px}
.inner_banner04{ background:url(/images/inner_banner04.jpg) top center no-repeat; height:420px}
.inner_banner05{ background:url(/images/inner_banner05.jpg) top center no-repeat; height:420px}
.inner_banner06{ background:url(/images/inner_banner06.jpg) top center no-repeat; height:420px}
.inner_banner07{ background:url(/images/inner_banner07.jpg) top center no-repeat; height:420px}
.inner_banner08{ background:url(/images/inner_banner08.jpg) top center no-repeat; height:420px}
.inner_banner09{ background:url(/images/inner_banner09.jpg) top center no-repeat; height:420px}

.inner_title{ text-align:center; padding:70px 0 50px 0;}
.inner_title b{ font-size:32px; display:inline-block; letter-spacing:6px; position:relative;padding-left:6px  }
.inner_title b .l{ position:absolute; left:-40px; top:5px; width:20px; height:32px; background:url(/images/inner_title_icon.png) 0 0 no-repeat}
.inner_title b .r{ position:absolute; right:-40px; top:5px; width:20px; height:32px; background:url(/images/inner_title_icon.png) 0 0 no-repeat}
.inner_title span{ display:block; letter-spacing:2px; padding-left:2px ;}

   .inner_title2{ margin:40px 30px; background:#f1f1f1; border-radius:20px; overflow: hidden;}
.inner_title2 b{ font-size:32px; display:inline-block; letter-spacing:6px; position:relative; }
.inner_title2 b .l{ position:absolute; left:-40px; top:5px; width:20px; height:32px; background:url(/images/inner_title_icon.png) 0 0 no-repeat}
.inner_title2 b .r{ position:absolute; right:-40px; top:5px; width:20px; height:32px; background:url(/images/inner_title_icon.png) 0 0 no-repeat}
.inner_title2 span{ display:block; letter-spacing:2px; padding-left:2px ;}
.inner_title2 .title-L {float:left; padding:20px; }
.inner_title2 .buyInfo {float:right; width:300px; padding:20px; background:#dcbfa6;}
.inner_title2 .buyInfo-price { float:left; font-size:14px; overflow:hidden;}
.inner_title2 .buyInfo-price span { font-size:24px; font-weight:bold; display:inline; }
.inner_title2 .buyInfo-price-num { padding:5px 0 0 5px; overflow:hidden;}
.inner_title2 .buyInfo-price-num div { float:left; width:72px; margin:0 0 0 5px; padding:2px; text-align:right; background:#fff; overflow: hidden; border-radius:14px;}
.inner_title2 .buyInfo-price-num a {float:left; width:24px; height:24px; line-height:22px; text-align:center; display:block; background:#ccc; border-radius:50%; }
.inner_title2 .buyInfo-price-num a:last-child {}
.inner_title2 .buyInfo-price-num input { float:left; width:24px; height:24px; border:0; font-size:12px; text-align:center;}
.inner_title2 .buyInfo-price p {float: left; padding-top:5px;}
.inner_title2 .buyInfo-btn { float:right;  }
.inner_title2 .buyInfo-btn a {height:20px; margin:0 0 5px 0; padding:5px 30px; font-size:14px; line-height:20px; text-align:center; color:#fff; display: block; background:#000; border-radius:10px; transition: All .3s ease-in-out; -webkit-transition: All .3s ease-in-out; }
.inner_title2 .buyInfo-btn a:last-child {margin:0;}

.contant{ width:950px; margin:0 auto; padding-bottom:70px}
.contant .title{ text-align:center; font-size:30px; padding-bottom:30px; font-weight:bold}
.contant p{ line-height:2; text-indent:2em; padding-bottom:20px}
.contant .img{ padding:40px 0 60px 0; text-align:center}
.contant .img img{display:inline-block; max-width:950px}

.pro_list{ overflow:hidden;padding:15px}
.pro_list ul li{ float:left; width:33.33%; padding:0 0 50px 0;  }
.pro_list ul li .box{-webkit-transition:0.5s ease all;-moz-transition:0.5s ease all; position:relative; padding:20px 0}
.pro_list ul li .box:hover{-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.08);
  box-shadow: 0 0 20px rgba(0,0,0,0.08);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);}
.pro_list ul li .img{ width:320px; height:320px; overflow:hidden; margin:0 auto;}
.pro_list ul li .name{ text-align:center;}
.pro_list ul li .name b{ font-size:22px; display:block; line-height:1.8}
.pro_list ul li .specs{ color:#999; line-height:1.5; text-align:center; padding:15px 0}

.pro_list ul li .buy{ text-align:center; background:#fff; position:absolute; bottom:-30px; width:100%;-webkit-transition:0.3s ease all;-moz-transition:0.3s ease all; opacity:0;}
.pro_list ul li:hover .buy{opacity:1;}
.pro_list ul li .buy a{ display:inline-block; border:2px solid #000; height:40px; line-height:40px; padding:0 25px; font-weight:bold;-webkit-transition:0.5s ease all;-moz-transition:0.5s ease all; position:relative;}
.pro_list ul li .buy a:hover{ background:#000; color:#fff; }

.page{ text-align:center; padding:0 0 50px 0}
.page a{ display:inline-block; width:24px; height:24px;border-radius:50%; border:1px solid #eee; background:#eee; color:#999; line-height:24px; text-align:center; margin:0 12px}
.page .prev,.page .next{border:1px solid #eee; background:#fff; color:#000}
.page span.current{ display:inline-block; width:24px; height:24px;border-radius:50%; border:1px solid #dcbfa6; line-height:24px; text-align:center; background:#dcbfa6; margin:0 12px; color:#fff; font-weight:bold}

.menu{ text-align:center; padding-top:60px}
.menu ul li { display:inline-block; padding:5px 8px}
.menu ul li a{ display:inline-block; border:1px solid #ddd; height:30px; line-height:30px; padding:0 20px; border-radius:15px}
.menu ul li a.cur{ color:#dcbfa6; border:1px solid #dcbfa6; font-weight:bold}

.back{ text-align:center; padding:50px 0}
.back a{ display:inline-block; height:40px; border:2px solid #000; font-size:18px; line-height:40px; width:155px; text-align:center; font-weight:bold; border-radius:20px}
.back a:hover{ border:2px solid #999;}

.oem_list{ overflow:hidden;padding:15px}
.oem_list ul li{ float:left; width:33.33%; padding:0 0 50px 0; }
.oem_list ul li .img{ width:320px; height:320px; overflow:hidden; margin:0 auto; border-radius:20px}
.oem_list ul li .img img{ width:100%;position:relative;transition: all .3s ease-out;}
.oem_list ul li .img img:hover{transform:scale(1.05)}
.oem_list ul li .name{ text-align:center;font-size:22px; font-weight:bold; line-height:1.8; padding-top:15px;}
.oem_list ul li .dec{ line-height:1.5; text-align:center; padding:0 0 30px 0}

.baking_list{ overflow:hidden;padding:15px}
.baking_list ul li{ float:left; width:33.33%; padding:0 0 50px 0; }
.baking_list ul li .img{ width:320px; height:320px; overflow:hidden; margin:0 auto; border-radius:20px}
.baking_list ul li .img img{ width:100%;position:relative;transition: all .3s ease-out;}
.baking_list ul li .img img:hover{transform:scale(1.05)}
.baking_list ul li .name{ text-align:center;font-size:22px; font-weight:bold; line-height:1.8; padding-top:15px;}
.baking_list ul li .dec{ line-height:1.5; text-align:center; padding:0 0 30px 0}


.video_list{ overflow:hidden;padding:15px}
.video_list ul li{ float:left; width:33.33%; padding:0 0 60px 0; }
.video_list ul li .img{ width:320px; height:240px; overflow:hidden; margin:0 auto; border-radius:20px}
.video_list ul li .img img{ width:100%;position:relative;transition: all .3s ease-out;}
.video_list ul li .img img:hover{transform:scale(1.05)}
.video_list ul li .name{ text-align:center;font-size:16px; font-weight:bold; line-height:1.8; padding-top:15px;}

.news_list{overflow:hidden;padding:15px}
.news_list ul li{ border:1px solid #f4f4f4; float:left; width:310px; margin:0 39px 50px 39px}
.news_list ul li .name{ font-size:14px; line-height:1.5; height:42px; overflow:hidden;text-overflow:ellipsis; overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2; margin:15px}
.news_list ul li .name a:hover{ font-weight:bold}
.news_list ul li .date{ font-size:12px; color:#999; padding:0 15px 15px 15px;}

.news_list ul li{    -webkit-transition:0.5s ease all;
    -moz-transition:0.5s ease all;
    position:relative;}
	
.news_list ul li:hover{	
		-webkit-box-shadow: 0 8px 12px rgba(0,0,0,0.1);
  box-shadow: 0 8px 12px rgba(0,0,0,0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
	
	}
	
.news_inf{ width:950px; margin:0 auto}
.news_inf .title{ text-align:center; font-size:30px; padding-bottom:20px; font-weight:bold}
.news_inf .date{ color:#999; text-align:center; padding-bottom:30px; border-bottom:2px solid #000; margin-bottom:30px}


.mall_list{ overflow:hidden;padding:15px}
.mall_list ul li{ float:left; width:33.33%; padding:0 0 50px 0;  }
.mall_list ul li .box{padding:20px 0}
.mall_list ul li .img{ width:320px; height:320px; overflow:hidden; margin:0 auto;}
.mall_list ul li .name{ text-align:center; font-size:20px; display:block; line-height:1.8; font-weight:bold}
/*.mall_list ul li .specs{ color:#999; line-height:1.5; text-align:center; }*/
    .mall_list ul li .specs {
        color: #999;
        font-size: 12px;
        line-height: 1.5;
        text-align: center;
    }
.mall_list ul li .buy{ text-align:center; padding-top:20px;}
.mall_list ul li .buy a{ display:inline-block; border:2px solid #000; height:40px; line-height:40px; padding:0 25px; font-weight:bold;-webkit-transition:0.5s ease all;-moz-transition:0.5s ease all; position:relative;}
.mall_list ul li .buy a:hover{ background:#000; color:#fff}

.m_search{ width:500px; margin:0 auto; border:2px solid #000; overflow:hidden;}
.m_search .input{ float:left; width:390px; height:50px; line-height:50px; padding-left:50px; background:url(/images/search_icon.png) 15px 15px no-repeat}
.m_search .input input{ border:none; width:100%; height:50px; line-height:50px;font-size:18px;box-sizing:border-box;background:none;color:#000; padding:0; margin:0;}
.m_search .button{ float:right; }
.m_search .button a{ display:block; width:60px; text-align:center; line-height:50px; height:50px; font-size:18px; font-weight:bold}
.m_search .input input::-webkit-input-placeholder {color:#CCC; font-size:18px}


.mall_list ul li .price {
    font-size: 18px;
    line-height: 1.8;
    color: #d9bca2;
    font-weight: bold;
    display: block;
    text-align: center;
}

.pr-info {
    width: 100%;
    border-top: 2px solid #dbbfa6;
    border-bottom: 1px solid #fff;
    overflow: hidden;
    background: #fff;
}

.pr-info-main {
    width: 1050px;
    margin: auto;
    padding: 30px 0;
    overflow: hidden;
}

.pr-info-top {
    overflow: hidden;
    margin: auto auto 20px auto;
}

.pr-info-primg {
    float: left;
    width: 400px;
    height: 400px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    overflow: hidden;
}

    .pr-info-primg a img {
        width: 400px;
        height: 400px;
        display: block;
    }

.pr-info-top-R {
    width: 600px;
    margin-left: 450px;
}

.pr-info-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 24px;
    color: #000;
    font-weight: bold;
}

.pr-info-otherinfo {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 20px;
    color: #999;
}

.pr-info-price {
    font-size: 14px;
    margin-bottom: 30px;
    padding: 10px 20px 10px 30px;
    background: #dbbfa6 url(/images/pr-info-priceBG.png) no-repeat right;
    background-size: auto 100%;
    border-radius: 10px;
    overflow: hidden;
}

    .pr-info-price span {
        font-size: 24px;
        font-weight: bold;
    }

    .pr-info-price .num {
        overflow: hidden;
        padding-bottom: 5px;
    }

        .pr-info-price .num div {
            float: left;
            width: 72px;
            margin: 10px 0 5px 5px;
            padding: 2px;
            background: #fff;
            overflow: hidden;
            border-radius: 14px;
        }

        .pr-info-price .num a {
            float: left;
            width: 24px;
            height: 24px;
            line-height: 22px;
            text-align: center;
            display: block;
            background: #ccc;
            border-radius: 50%;
        }

            .pr-info-price .num a:last-child {
            }

        .pr-info-price .num input {
            float: left;
            width: 24px;
            height: 24px;
            border: 0;
            font-size: 12px;
            text-align: center;
        }

    .pr-info-price p {
        float: left;
        padding-top: 15px;
    }

.pr-info-btn {
}

    .pr-info-btn a {
        float: left;
        height: 20px;
        margin: 10px 10px 0 0;
        padding: 10px 30px;
        font-size: 14px;
        line-height: 20px;
        color: #fff;
        display: block;
        background: #000;
        border-radius: 20px;
        transition: All .3s ease-in-out;
        -webkit-transition: All .3s ease-in-out;
    }

        .pr-info-btn a:hover {
            padding: 10px 35px;
        }

.pr-info-details {
    clear: both;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
}

    .pr-info-details .title {
        padding: 0 20px;
        font-size: 14px;
        line-height: 40px;
        color: #dbbfa6;
        border-bottom: 1px solid #dbbfa6;
    }

    .pr-info-details .main {
        padding: 20px;
        overflow: hidden;
    }
.UC-expressinfo {
    float: left;
    width: 345px;
    height: 50px;
    padding: 10px 10px 10px 80px;
    margin: 0 20px 20px 0;
    font-size: 14px;
    line-height: 25px;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    background: url(/images/expressinfo-icon.png) no-repeat 5px;
    background-size: 60px;
}

    .UC-expressinfo span {
        margin: 0 20px;
    }

    .UC-expressinfo p {
        font-size: 16px;
    }

        .UC-expressinfo p:last-child {
            font-size: 12px;
        }

        .UC-expressinfo p a {
            float: right;
            font-size: 12px;
            color: #e5c098;
        }

.UC-expressinfo-new {
    float: left;
    width: 415px;
    height: 50px;
    padding: 10px;
    margin: 0 20px 20px 0;
    font-size: 16px;
    color: #e5c098;
    line-height: 50px;
    text-align: center;
    border: 1px dashed #ccc;
    border-radius: 10px;
    display: block;
}

/*.menu_list{ width:400px; float:left; border-right:1px solid #e6e6e6; padding:0 45px; box-sizing:border-box; overflow:hidden}
.menu_list ul li{ padding-bottom:60px}
.menu_list ul li .img{ width:310px; height:310px; background-position: bottom left; background-repeat:no-repeat; background-size:cover; border-radius:155px; box-sizing:border-box; border:5px solid #dcbfa6;  -webkit-transition:0.5s ease all;
    -moz-transition:0.5s ease all; position:relative}
.menu_list ul li .img .inf{position:absolute; left:0; top:0; opacity:0; -webkit-transition:0.5s ease all;
    -moz-transition:0.5s ease all;}
.menu_list ul li .name{opacity:1;-webkit-transition:0.5s ease all;
    -moz-transition:0.5s ease all; text-align:center; }
	.menu_list ul li .name b{ font-size:20px; line-height:30px; display:block; padding:20px 0 5px 0}
	.menu_list ul li a{ display:block}
.menu_list ul li a:hover .img{ width:310px; height:480px; border:8px solid #f5ddc8; box-shadow: 0px 5px 20px rgba(0,0,0,.2);}
.menu_list ul li a:hover .img .inf{ opacity:1; position:absolute; left:25px; top:20px;}
.menu_list ul li a:hover .name{opacity:0;}*/



.menu_list  { background: url("/images/menu-list-bg.png") repeat-y top center;}
.menu_list ul { overflow: hidden; width: 100%; clear: both; display: block;}
.menu_list ul li{ float:left; padding:10px 45px 60px 45px; }
.menu_list ul li .img{ width:310px; height:310px; background-position: bottom left; background-repeat:no-repeat; background-size:cover; border-radius:155px; box-sizing:border-box; border:5px solid #dcbfa6;  -webkit-transition:0.5s ease all; -moz-transition:0.5s ease all; position:relative}
.menu_list ul li .img .inf{position:absolute; left:0; top:0; opacity:0; -webkit-transition:0.5s ease all; -moz-transition:0.5s ease all;}
.menu_list ul li .name{opacity:1;-webkit-transition:0.5s ease all;  -moz-transition:0.5s ease all; text-align:center; }
.menu_list ul li .name b{ font-size:20px; line-height:30px; display:block; padding:20px 0 5px 0;}
.menu_list ul li a{ display:block}
.menu_list ul li a:hover .img{ width:310px; height:480px; border:8px solid #f5ddc8; box-shadow: 0px 30px 40px rgba(0,0,0,.2);}
.menu_list ul li a:hover .img .inf{ opacity:1; position:absolute; left:25px; top:20px;}
.menu_list ul li a:hover .name{opacity:0; margin-top: -70px;}



.black_bg{ position:fixed; top:0; left:0; bottom:0; right:0;background: rgba(0,0,0,.3); z-index:100}
.custom_made_box{ width:590px; height:470px; margin:10% auto 0 auto; z-index:110; background:#fff url(/images/custom_made_bg.jpg) top center no-repeat; border-radius:20px; position:relative}
.custom_made_box .code{ width:165px; height:165px; margin:0 auto; background:#fff; border-radius:6px}
.custom_made_box .inf{ text-align:center; padding-top:30px}
.custom_made_box .inf span{ display:inline-block; font-size:18px; padding:0 20px; border:2px solid #000; font-weight:bold; border-radius:16px; height:32px; line-height:32px}
.custom_made_box .close{ position:absolute; top:15px; right:15px}

.contant .buy{ text-align:center; }
.contant .buy a{ display:inline-block; height:40px; border:2px solid #000; font-size:18px; line-height:40px; width:155px; text-align:center; font-weight:bold;-webkit-transition:0.5s ease all;-moz-transition:0.5s ease all; position:relative;}
.contant .buy a:hover{ background:#000; color:#fff}



/*用户中心*/
.UC-wrap {
    width: 100%;
    border-top: 2px solid #dbbfa6;
    border-bottom: 1px solid #fff;
    overflow: hidden;
    background: #fff;
}

    .UC-wrap a:hover {
        font-weight: normal;
    }

.UC-main {
    width: 1200px;
    margin: auto;
    padding: 30px 0;
    overflow: hidden;
}

.UC-sidebar {
    float: left;
    width: 220px;
    background: #f4f4f4;
    border-radius: 20px;
    overflow: hidden;
}

    .UC-sidebar a {
        padding: 20px 20px 20px 40px;
        display: block;
        font-size: 14px;
        line-height: 20px;
        transition: All .3s ease-in-out;
        -webkit-transition: All .3s ease-in-out;
    }

        .UC-sidebar a:hover {
            padding: 25px 20px 25px 40px;
            background: #d9d9d9;
            font-weight: normal;
        }

        .UC-sidebar a span {
            float: right;
            padding: 0 6px;
            display: block;
            background: #000;
            color: #fff;
            border-radius: 10px;
        }

    .UC-sidebar .on {
        background: #d9bca2;
        font-weight: bold;
    }

        .UC-sidebar .on:hover {
            background: #d9bca2;
            font-weight: bold;
        }

.UC-main .nextpage {
    padding: 30px 0;
    font-size: 14px;
    line-height: 40px;
    color: #999;
    text-align: center;
}

    .UC-main .nextpage a {
        margin: 0 5px;
        padding: 5px 10px;
        color: #fff;
        text-decoration: none;
        background: #999;
        border-radius: 20px;
        transition: All 0.2s ease-in-out;
        -webkit-transition: All 0.2s ease-in-out;
    }

        .UC-main .nextpage a:hover {
            background: #000;
            color: #d9bca2;
        }

    .UC-main .nextpage .on {
        background: #000;
        color: #d9bca2;
    }

/*用户中心-注册*/
.signUp {
    width: 500px;
    padding: 30px 10px 30px 10px;
    margin: 60px auto;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 40px rgba(0,0,0,.1);
    border: 1px solid #f4f4f4;
}

.signUp-title {
    width: 410px;
    margin: auto;
    font-size: 30px;
    color: #dbbfa6;
    margin-bottom: 20px;
}

    .signUp-title a {
        float: right;
        font-size: 14px;
        margin: 30px 5px 0 0;
        color: #666;
    }

        .signUp-title a:hover {
            color: #dbbfa6;
        }

.signUp-type {
    height: 36px;
    width: 300px;
    margin: 10px 0 20px 35px;
    background: #f1f1f1;
    padding: 2px;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
}

    .signUp-type a {
        float: left;
        width: 33%;
        color: #666;
        border-radius: 18px;
        display: block;
        transition: All .5s ease-in-out;
        -webkit-transition: All .5s ease-in-out;
    }

        .signUp-type a:hover {
            color: #dbbfa6;
        }

    .signUp-type .on {
        background: #000;
        color: #fff;
    }

        .signUp-type .on:hover {
            background: #dbbfa6;
            color: #fff;
        }

.signUp-content {
    width: 410px;
    margin: auto;
}

.signUp-inputbox {
    position: relative;
    padding: 10px 0;
    font-size: 14px;
    line-height: 40px;
}

    .signUp-inputbox div {
        width: 80px;
        float: left;
        text-align: right;
    }

.signUp-inputbox-input {
    height: 40px;
    width: 280px;
    margin-left: 20px;
    padding: 0 10px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    transition: All .5s ease-in-out;
    -webkit-transition: All .5s ease-in-out;
}

    .signUp-inputbox-input:hover {
        background: #f1f1f1;
    }

.signUp-inputbox-checkbox {
    height: 16px;
    width: 14px;
    margin: 0 5px 0 0;
}

.signUp-inputbox p {
    padding-left: 110px;
    font-size: 12px;
    color: #FF4B4E;
}

.signUp-content-text {
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
}

    .signUp-content-text a {
        color: #dbbfa6;
        text-decoration: underline;
    }

.signUp-content-signupBtn {
    height: 40px;
    width: 120px;
    margin: auto;
    font-size: 14px;
    color: #fff;
    background: #dbbfa6;
    border: 0;
    border-radius: 20px;
    transition: All .3s ease-in-out;
    -webkit-transition: All .3s ease-in-out;
}

    .signUp-content-signupBtn:hover {
        width: 140px;
        background: #dbbfa6;
    }

.signUp-btnGetVerify {
    position: absolute;
    height: 30px;
    top: 16px;
    right: 14px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    border-radius: 20px;
    border: 0;
    background: #9FC7FD;
    overflow: hidden;
}

.signUp-btnGetVerify-img {
    position: absolute;
    height: 30px;
    top: 15px;
    right: 14px;
    padding: 0;
    font-size: 12px;
    line-height: 30px;
    color: #ccc;
    border-radius: 20px;
    border: 0;
    border: 1px solid #9FC7FD;
    overflow: hidden;
}

    .signUp-btnGetVerify-img img {
        height: 30px;
    }

.signUp-inputJudge {
    position: absolute;
    top: 20px;
    right: -20px;
    width: 20px;
    !important;
    height: 20px;
}

    .signUp-inputJudge img {
        width: 20px;
        height: 20px;
    }

.signUp-otherLogin {
    width: 250px;
    height: 30px;
    margin: 10px auto;
    padding-top: 10px;
}

    .signUp-otherLogin .retrieve {
        float: left;
        height: 30px;
        padding: 0 10px;
        line-height: 30px;
        color: #666;
        margin-right: 10px;
        border-radius: 15px;
        background: #f1f1f1;
        display: block;
    }

    .signUp-otherLogin img {
        width: 30px;
        height: 30px;
        margin: 0 10px;
    }

/*用户中心-订单*/
.UC-order {
    margin-left: 260px;
}

.UC-order-type {
    width: 95%;
    margin-bottom: 20px;
    overflow: hidden;
}

    .UC-order-type a {
        float: left;
        margin-right: 5px;
        padding: 0 20px;
        font-size: 14px;
        line-height: 40px;
        display: block;
        border-radius: 10px;
        background: #f4f4f4;
        transition: All .3s ease-in-out;
        -webkit-transition: All .3s ease-in-out;
    }

        .UC-order-type a:hover {
            padding: 0 30px;
            background: #d9d9d9;
        }

    .UC-order-type .on {
        padding: 0 30px;
        background: #dbbfa6;
    }

        .UC-order-type .on:hover {
            padding: 0 30px;
            background: #000;
            color: #dbbfa6;
        }

    .UC-order-type .customMade {
        float: right;
        margin: 0;
        background: #000;
        color: #dbbfa6;
        font-weight: bold;
    }

        .UC-order-type .customMade:hover {
            background: #000;
            font-weight: bold;
        }

.UC-orderItem {
    width: 95%;
}

.UC-orderItem-content {
    margin-bottom: 20px;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    overflow: hidden;
}

.UC-orderItem-title {
    padding: 5px 10px 5px 20px;
    font-size: 14px;
    line-height: 30px;
}

    .UC-orderItem-title a {
        float: right;
        color: #dbbfa6;
        transition: All .3s ease-in-out;
        -webkit-transition: All .3s ease-in-out;
    }

        .UC-orderItem-title a span {
            font-weight: bold;
            padding: 0 5px;
        }

        .UC-orderItem-title a:hover {
            padding: 0 10px;
            background: #dbbfa6;
            color: #000;
            border-radius: 10px;
        }

.UC-orderItem-pr {
    overflow: hidden;
    padding: 0 0 0 20px;
}

    .UC-orderItem-pr a {
        float: left;
        width: 28.5%;
        height: 90px;
        padding: 10px;
        margin: 0 20px 20px 0;
        background: #f4f4f4;
        display: block;
        border-radius: 5px;
    }

        .UC-orderItem-pr a img {
            float: left;
            height: 90px;
            width: 90px;
            background: #999;
            border-radius: 2px;
            overflow: hidden;
            display: block;
        }

    .UC-orderItem-pr div {
        height: 70px;
        margin-left: 110px;
        font-size: 14px;
        line-height: 22px;
    }

    .UC-orderItem-pr p {
        height: 20px;
        margin-left: 110px;
        font-size: 14px;
        line-height: 20px;
    }

        .UC-orderItem-pr p span {
            float: right;
        }

.UC-orderItem-CM {
    overflow: hidden;
    padding: 0 0 0 20px;
}

    .UC-orderItem-CM div {
        float: left;
        width: 30%;
        height: 90px;
        padding: 10px;
        margin: 0 10px 20px 0;
        line-height: 30px;
        background: #f4f4f4;
        display: block;
        border-radius: 5px;
    }

.UC-orderItem-bottom {
    padding: 0 20px;
    font-size: 14px;
    line-height: 50px;
    border-top: 1px solid #f4f4f4;
}

.UC-orderItem-CM div:last-child {
    width: 62%;
    margin: 0 0 20px 0;
}

.UC-orderItem-bottom div {
    float: right;
}

.UC-orderItem-bottom-price {
    font-size: 18px;
    font-weight: bold;
}

.UC-orderItem-bottom-express {
    font-size: 12px;
    color: #666;
}

.UC-orderItem-bottom a {
    float: left;
    height: 20px;
    margin: 10px 10px 0 0;
    padding: 5px 30px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    display: block;
    background: #dbbfa6;
    border-radius: 20px;
    transition: All .3s ease-in-out;
    -webkit-transition: All .3s ease-in-out;
}

    .UC-orderItem-bottom a:hover {
        padding: 5px 35px;
    }

.UC-orderItem-bottom .btn2 {
    background: #000;
}

/*弹出层*/
.UC-Layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.5);
    z-index: 99;
}

.UC-order-LayerContent {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 600px;
    height: 500px;
    margin-left: -300px;
    margin-top: -250px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 100px rgba(0,0,0,.5);
}

.UC-LayerClose {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    display: block;
    background: #000;
    border-radius: 50%;
}

    .UC-LayerClose img {
        width: 100%;
        height: 100%;
    }

.UC-order-LayerContent-pr {
    float: left;
    width: 360px;
    height: 430px;
    padding-top: 20px;
    overflow-y: scroll;
}

    .UC-order-LayerContent-pr a {
        height: 90px;
        padding: 10px;
        margin: 0 40px 10px 20px;
        background: #f4f4f4;
        display: block;
        border-radius: 5px;
    }

        .UC-order-LayerContent-pr a img {
            float: left;
            height: 90px;
            width: 90px;
            background: #999;
            border-radius: 2px;
            overflow: hidden;
            display: block;
        }

    .UC-order-LayerContent-pr div {
        height: 70px;
        margin-left: 110px;
        font-size: 12px;
        line-height: 22px;
    }

    .UC-order-LayerContent-pr p {
        height: 20px;
        margin-left: 110px;
        font-size: 12px;
        line-height: 20px;
    }

        .UC-order-LayerContent-pr p span {
            float: right;
        }

.UC-order-LayerContent-text {
    float: left;
    width: 335px;
    height: 435px;
    padding: 10px 20px 5px 5px;
    overflow-y: scroll;
    background: #f6f6f6;
    border-radius: 20px 0 0 0;
}

    .UC-order-LayerContent-text div {
        padding: 5px 15px;
        margin: 5px 0 5px 10px;
        font-size: 12px;
        line-height: 18px;
        background: #fff;
        overflow: hidden;
        border-radius: 10px;
    }

        .UC-order-LayerContent-text div:last-child {
            border: 0;
        }

    .UC-order-LayerContent-text p {
        padding: 5px 0;
    }

    .UC-order-LayerContent-text img {
        width: 240px;
        border-radius: 5px;
    }

.style2 p {
    float: left;
    padding: 5px 0;
    width: 50%;
}

.UC-order-LayerContent-R {
    float: right;
    width: 240px;
    height: 440px;
    padding-top: 10px;
    background: #f6f6f6;
    border-radius: 0 20px 0 0;
}

    .UC-order-LayerContent-R div {
        padding: 10px 20px;
        font-size: 12px;
        line-height: 18px;
        border-bottom: 1px solid #fff;
        overflow: hidden;
    }

        .UC-order-LayerContent-R div:last-child {
            border: 0;
        }

    .UC-order-LayerContent-R p {
        padding: 5px 0;
    }

    .UC-order-LayerContent-R a {
        float: left;
        display: block;
        padding: 0 10px;
        background: #dbbfa6;
        color: #fff;
        border-radius: 10px;
        transition: All .3s ease-in-out;
        -webkit-transition: All .3s ease-in-out;
    }

        .UC-order-LayerContent-R a:hover {
            padding: 0 20px;
            font-weight: normal;
            background: #000;
            color: #dbbfa6;
        }

.UC-order-LayerContent-bottom {
    clear: both;
    padding: 0 20px;
    font-size: 14px;
    line-height: 48px;
    border-top: 1px solid #dbbfa6;
}

    .UC-order-LayerContent-bottom div {
        float: left;
    }

.UC-orderItem-bottom-price {
    font-size: 18px;
    font-weight: bold;
}

.UC-orderItem-bottom-express {
    font-size: 12px;
    color: #666;
}

.UC-order-LayerContent-bottom a {
    float: right;
    height: 20px;
    margin: 10px 0 0 10px;
    padding: 4px 20px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    display: block;
    background: #dbbfa6;
    border-radius: 20px;
    transition: All .3s ease-in-out;
    -webkit-transition: All .3s ease-in-out;
}

    .UC-order-LayerContent-bottom a:hover {
        padding: 4px 25px;
    }

.UC-order-LayerContent-bottom .btn2 {
    background: #000;
    color: #dbbfa6;
}

.UC-QLcore-LayerContent {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 100px rgba(0,0,0,.5);
    text-align: center;
}

    .UC-QLcore-LayerContent div {
        font-size: 20px;
        padding: 40px 0 20px 0;
        color: green;
    }

    .UC-QLcore-LayerContent p {
        font-size: 14px;
        color: #666;
    }

        .UC-QLcore-LayerContent p img {
            width: 180px;
            height: 180px;
            margin: 0 auto 20px auto;
            display: block;
        }

        .UC-QLcore-LayerContent p span {
            font-size: 24px;
            color: green;
            font-weight: bold;
        }

.UC-add-LayerContent {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 395px;
    height: 430px;
    margin-left: -197px;
    margin-top: -200px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 100px rgba(0,0,0,.5);
    text-align: center;
}

.UC-add-LayerContent2 {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 395px;
    margin-left: -197px;
    margin-top: -240px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 100px rgba(0,0,0,.5);
    text-align: center;
}

.UC-add-LayerTitle {
    line-height: 50px;
    font-size: 16px;
    color: #e5c098;
    text-align: center;
}

.UC-add-Layer-Item {
    overflow-y: scroll;
    height: 350px;
    border-radius: 0 0 20px 20px;
}

    .UC-add-Layer-Item a {
        padding: 10px;
        margin: 0 10px 10px 10px;
        font-size: 14px;
        line-height: 25px;
        text-align: left;
        background: #f3e6d8 url(/images/pick2.png) no-repeat right -40px;
        background-size: 30px;
        border-radius: 10px;
        display: block;
        transition: All .3s ease-in-out;
        -webkit-transition: All .3s ease-in-out;
    }

        .UC-add-Layer-Item a:hover {
            background: #f3e6d8 url(/images/pick3.png) no-repeat right top;
            background-size: 30px;
            font-weight: normal;
        }

        .UC-add-Layer-Item a span {
            margin: 0 20px;
        }

        .UC-add-Layer-Item a p {
            font-size: 16px;
        }

            .UC-add-Layer-Item a p:last-child {
                font-size: 12px;
            }

    .UC-add-Layer-Item .on {
        background: #e5c098 url(/images/pick2.png) no-repeat right top;
        background-size: 30px;
    }

        .UC-add-Layer-Item .on:hover {
            background: #e5c098 url(/images/pick2.png) no-repeat right top;
            background-size: 30px;
        }

.UC-add-Layer-new {
    overflow: hidden;
}

    .UC-add-Layer-new .inputbox {
        position: relative;
        padding: 10px 0;
        font-size: 14px;
        line-height: 30px;
    }

        .UC-add-Layer-new .inputbox div {
            width: 80px;
            float: left;
            text-align: right;
        }

    .UC-add-Layer-new .inputbox-input {
        height: 30px;
        width: 200px;
        margin-left: -20px;
        padding: 0 10px;
        text-align: left;
        background: #fff;
        border-radius: 15px;
        overflow: hidden;
        border: 1px solid #e8e8e8;
        transition: All .5s ease-in-out;
        -webkit-transition: All .5s ease-in-out;
    }

        .UC-add-Layer-new .inputbox-input:hover {
            background: #f1f1f1;
        }

    .UC-add-Layer-new .inputbox-checkbox {
        height: 16px;
        width: 14px;
        margin: 0 5px 0 0;
    }

    .UC-add-Layer-new .inputbox p {
        padding-left: 130px;
        font-size: 12px;
        text-align: left;
        color: #FF4B4E;
    }

    .UC-add-Layer-new .inputJudge {
        position: absolute;
        top: 16px;
        right: 25px;
        width: 20px;
        !important;
        height: 20px;
    }

        .UC-add-Layer-new .inputJudge img {
            width: 20px;
            height: 20px;
        }

.UC-add-Layer-bottom {
    overflow: hidden;
    text-align: center;
}

    .UC-add-Layer-bottom input {
        border: 0;
    }

    .UC-add-Layer-bottom .btn {
        height: 30px;
        margin: 10px 0 0 10px;
        padding: 0 20px;
        font-size: 14px;
        line-height: 30px;
        color: #fff;
        background: #dbbfa6;
        border-radius: 20px;
        transition: All .3s ease-in-out;
        -webkit-transition: All .3s ease-in-out;
    }

        .UC-add-Layer-bottom .btn:hover {
            padding: 0 25px;
        }

    .UC-add-Layer-bottom .btn2 {
        height: 30px;
        margin: 10px 0 0 10px;
        padding: 0 20px;
        font-size: 14px;
        line-height: 30px;
        border-radius: 20px;
        transition: All .3s ease-in-out;
        -webkit-transition: All .3s ease-in-out;
        background: #000;
        color: #dbbfa6;
    }

        .UC-add-Layer-bottom .btn2:hover {
            padding: 0 25px;
        }

/*购物车*/
.UC-cart {
    margin-left: 260px;
}

.UC-cart-price {
    width: 93%;
    margin-bottom: 20px;
    padding-left: 2%;
    line-height: 50px;
    overflow: hidden;
    background: #f4f4f4;
    border-radius: 15px;
}

    .UC-cart-price .buy {
        float: right;
        margin: 5px;
        padding: 0 20px;
        font-size: 14px;
        line-height: 40px;
        display: block;
        border-radius: 10px;
        background: #000;
        color: #fff;
        transition: All .3s ease-in-out;
        -webkit-transition: All .3s ease-in-out;
    }

        .UC-cart-price .buy:hover {
            padding: 0 30px;
        }

    .UC-cart-price .all {
        margin: 0 10px;
        color: #2c5eb9;
    }

    .UC-cart-price div {
        float: right;
        color: #666;
    }

        .UC-cart-price div span {
            font-size: 20px;
            color: #000;
            font-weight: bold;
        }

.UC-cartItem {
    width: 98%;
    overflow: hidden;
}

.UC-cartItem-pr {
    position: relative;
    float: left;
    width: 160px;
    margin: 0 20px 20px 0;
    border-radius: 10px;
    background: #f6f6f6;
    overflow: hidden;
}

    .UC-cartItem-pr .pick {
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        background: #fff url(/images/pick.png) no-repeat bottom;
        background-size: 100%;
        border: 2px solid #e8e8e8;
        display: block;
        border-radius: 50%;
        text-indent: -2000px;
        overflow: hidden;
        transition: All .3s ease-in-out;
        -webkit-transition: All .3s ease-in-out;
    }

        .UC-cartItem-pr .pick:hover {
            background: #fff url(/images/pick.png) no-repeat top;
            background-size: 100%;
            border: 2px solid #e5c098;
        }

    .UC-cartItem-pr .pick-on {
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        background: #fff url(/images/pick.png) no-repeat top;
        background-size: 100%;
        border: 2px solid #e5c098;
        display: block;
        border-radius: 50%;
        text-indent: -2000px;
        overflow: hidden;
        transition: All .3s ease-in-out;
        -webkit-transition: All .3s ease-in-out;
    }

        .UC-cartItem-pr .pick-on:hover {
            background: #fff url(/images/pick.png) no-repeat bottom;
            background-size: 100%;
            border: 2px solid #e8e8e8;
        }

    .UC-cartItem-pr img {
        width: 160px;
        height: 160px;
    }

    .UC-cartItem-pr p {
        height: 40px;
        font-size: 12px;
        line-height: 20px;
        padding: 10px;
    }
    .UC-cartItem-pr .del {
        position: absolute;
        top: 0;
        right: 0;
        height: 20px;
        padding: 0 5px;
        font-size: 10px;
        line-height: 20px;
        background: #dbbfa6;
        color: #fff;
        border-radius: 0 5px 0 10px;
    } 

    .UC-cartItem-pr .num {
        float: left;
        margin: 0 0 5px 5px;
        padding: 2px;
        background: #fff;
        overflow: hidden;
        border-radius: 12px;
    }

        .UC-cartItem-pr .num a {
            float: left;
            width: 18px;
            height: 18px;
            line-height: 17px;
            text-align: center;
            display: block;
            background: #ccc;
            border-radius: 50%;
        }

            .UC-cartItem-pr .num a:last-child {
            }

        .UC-cartItem-pr .num input {
            float: left;
            width: 20px;
            height: 18px;
            border: 0;
            font-size: 12px;
            text-align: center;
        }

    .UC-cartItem-pr .price {
        position: absolute;
        bottom: 5px;
        right: 8px;
        font-size: 14px;
        text-align: right;
    }

/*收货地址*/
.UC-info {
    margin-left: 260px;
}

.UC-infoItem {
    overflow: hidden;
}

.UC-addinfo {
    float: left;
    width: 345px;
    height: 50px;
    padding: 10px 10px 10px 80px;
    margin: 0 20px 20px 0;
    font-size: 14px;
    line-height: 25px;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    background: url(/images/addinfo-icon.png) no-repeat 5px;
    background-size: 60px;
}

    .UC-addinfo span {
        margin: 0 20px;
    }

    .UC-addinfo p {
        font-size: 16px;
    }

        .UC-addinfo p:last-child {
            font-size: 12px;
        }

        .UC-addinfo p a {
            float: right;
            font-size: 12px;
            color: #e5c098;
        }

.UC-addinfo-new {
    float: left;
    width: 415px;
    height: 50px;
    padding: 10px;
    margin: 0 20px 20px 0;
    font-size: 16px;
    color: #e5c098;
    line-height: 50px;
    text-align: center;
    border: 1px dashed #ccc;
    border-radius: 10px;
    display: block;
}
.UC-add-Layer-new .inputbox-select {
    height: 33px;
    width: 222px;
    margin-left: -20px;
    padding: 0 10px;
    text-align: left;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    transition: All .5s ease-in-out;
    -webkit-transition: All .5s ease-in-out;
}

    .UC-add-Layer-new .inputbox-select:hover {
        background: #f1f1f1;
    }

.UC-infoItem2 {
    overflow: hidden;
    padding: 20px 0;
    border-top: 1px solid #dcbfa6;
}

.UC-addinfo2 {
    float: left;
    width: 415px;
    height: 50px;
    padding: 10px;
    margin: 0 20px 20px 0;
    font-size: 14px;
    line-height: 25px;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
}

    .UC-addinfo2 span {
        margin: 0 20px;
    }

    .UC-addinfo2 p {
        font-size: 16px;
    }

        .UC-addinfo2 p:last-child {
            font-size: 12px;
        }

        .UC-addinfo2 p a {
            float: right;
            font-size: 12px;
            padding: 0 5px;
            color: #000;
            background: #e5c098 url(/images/pick2.png) no-repeat -20px 50px;
            background-size: auto 100%;
            border-radius: 10px;
            display: block;
            transition: All .3s ease-in-out;
            -webkit-transition: All .3s ease-in-out;
        }

            .UC-addinfo2 p a:hover {
                padding: 0 10px 0 25px;
                background: #e5c098 url(/images/pick2.png) no-repeat left;
                background-size: auto 100%;
            }

.UC-userinfo {
    overflow: hidden;
}

    .UC-userinfo .inputbox {
        position: relative;
        width: 400px;
        padding: 10px 0;
        font-size: 14px;
        line-height: 30px;
        overflow: hidden;
    }

        .UC-userinfo .inputbox div {
            width: 95px;
            float: left;
        }

    .UC-userinfo .inputbox-input {
        float: left;
        height: 30px;
        width: 240px;
        padding: 0 10px;
        text-align: left;
        background: #fff;
        border-radius: 15px;
        overflow: hidden;
        border: 1px solid #e8e8e8;
        transition: All .5s ease-in-out;
        -webkit-transition: All .5s ease-in-out;
    }

        .UC-userinfo .inputbox-input:hover {
            background: #f1f1f1;
        }

    .UC-userinfo .inputbox-checkbox {
        height: 16px;
        width: 14px;
        margin: 0 5px 0 0;
    }

    .UC-userinfo .inputbox p {
        clear: both;
        padding-left: 90px;
        font-size: 12px;
        text-align: left;
        color: #FF4B4E;
    }

    .UC-userinfo .inputJudge {
        position: absolute;
        top: 16px;
        right: 25px;
        width: 20px;
        !important;
        height: 20px;
    }

        .UC-userinfo .inputJudge img {
            width: 20px;
            height: 20px;
        }

    .UC-userinfo .textbox {
        position: relative;
        width: 400px;
        padding: 10px 0;
        font-size: 14px;
        line-height: 30px;
        overflow: hidden;
        display: block;
    }

.UC-userinfo-bottom {
    width: 500px;
    overflow: hidden;
    text-align: right;
}

    .UC-userinfo-bottom input {
        border: 0;
    }

    .UC-userinfo-bottom a {
        float: left;
        display: block;
        text-align: center;
    }

    .UC-userinfo-bottom .btn {
        height: 30px;
        margin: 10px 10px 0 0;
        padding: 0 20px;
        font-size: 14px;
        line-height: 30px;
        color: #fff;
        background: #dbbfa6;
        border-radius: 20px;
        transition: All .3s ease-in-out;
        -webkit-transition: All .3s ease-in-out;
    }

        .UC-userinfo-bottom .btn:hover {
            padding: 0 25px;
        }

    .UC-userinfo-bottom .btn2 {
        height: 30px;
        margin: 10px 0 0 10px;
        padding: 0 20px;
        font-size: 14px;
        line-height: 30px;
        border-radius: 20px;
        transition: All .3s ease-in-out;
        -webkit-transition: All .3s ease-in-out;
        background: #000;
        color: #dbbfa6;
    }

        .UC-userinfo-bottom .btn2:hover {
            padding: 0 25px;
        }

/*确认支付*/
.UC-payment {
    width: 500px;
    padding: 30px 10px 30px 10px;
    margin: 60px auto;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 40px rgba(0,0,0,.1);
    border: 1px solid #f4f4f4;
}

.UC-payment-title {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 50px;
    color: #dcbfa6;
    text-align: center;
}

.UC-payment-price {
    padding-right: 20px;
    text-align: center;
    line-height: 24px;
}

    .UC-payment-price span {
        font-size: 40px;
        font-weight: bold;
    }

    .UC-payment-price p {
        font-size: 14px;
        line-height: 40px;
        color: #666;
    }

.UC-payment-btn {
    width: 366px;
    margin: auto;
    overflow: hidden;
}

    .UC-payment-btn a {
        float: left;
        width: 120px;
        margin: 20px 10px 10px 10px;
        padding: 10px 20px;
        border-radius: 10px;
        border: 1px solid #e8e8e8;
        overflow: hidden;
        display: block;
        background: #fff;
        transition: All .5s ease-in-out;
        -webkit-transition: All .5s ease-in-out;
    }

        .UC-payment-btn a img {
            width: 100%;
        }

        .UC-payment-btn a:hover {
            border: 1px solid #dcbfa6;
            box-shadow: 0 5px 10px rgba(0,0,0,.1);
        }

        .UC-orderItem-pr2 {
    overflow: hidden;
    padding: 0 0 0 20px;
}

    .UC-orderItem-pr2 .UC-orderItem-prContent {
        position: relative;
        float: left;
        width: 28.5%;
        height: 90px;
        padding: 10px;
        margin: 0 20px 20px 0;
        background: #f4f4f4;
        display: block;
        border-radius: 5px;
    }
   
        .UC-orderItem-pr2 .UC-orderItem-prContent img {
            float: left;
            height: 90px;
            width: 90px;
            background: #999;
            border-radius: 2px;
            overflow: hidden;
            display: block;
        }

    .UC-orderItem-pr2 div {
        height: 70px;
        margin-left: 110px;
        font-size: 14px;
        line-height: 22px;
    }

    .UC-orderItem-pr2 p {
        height: 20px;
        margin-left: 110px;
        font-size: 14px;
        line-height: 20px;
    }

        .UC-orderItem-pr2 p span {
            float: right;
        }

    .UC-orderItem-pr2 .edit {position: absolute; right:-10px; top:5px; width:20px; padding:2px 0; font-size: 12px; line-height:120%; color: #fff; background:#999; text-align: center; border-radius:0 5px 5px 0; transition: All .3s ease-in-out;
        -webkit-transition: All .3s ease-in-out;}
    .UC-orderItem-pr2 .edit:hover { background: #000; padding:5px 0; }

    .UC-orderItem-prContent .del {position: absolute; left:0; top:0; width:20px; height:20px; background:#000; text-align: center; border-radius:5px; transition: All .3s ease-in-out; -webkit-transition: All .3s ease-in-out; overflow: hidden;  opacity:.5;}
    .UC-orderItem-prContent .del img {width:20px; height:20px; background:#000;}
    .UC-orderItem-prContent .del:hover {opacity:1; }


    .buyInfo-bar {position:fixed; bottom:0; left:50%; margin-left:-500px; width:1000px; padding:20px; background:#dcbfa6; border-radius:20px 20px 0 0; overflow: hidden; z-index:99; border:1px solid #fff; border-bottom:0;}
.buyInfo-bar .buyInfo-price { float:left; font-size:14px; overflow:hidden;}
.buyInfo-bar .buyInfo-price span { font-size:24px; font-weight:bold; display:inline; }
.buyInfo-bar .buyInfo-price-num { float:right; padding:8px 20px 0 5px; overflow:hidden;}
.buyInfo-bar .buyInfo-price-num div { float:right; width:72px; margin:-5px 0 0 0; padding:2px; text-align:right; background:#fff; overflow: hidden; border-radius:14px;}
.buyInfo-bar .buyInfo-price-num a {float:left; width:24px; height:24px; line-height:22px; text-align:center; display:block; background:#ccc; border-radius:50%; }
.buyInfo-bar .buyInfo-price-num a:last-child {}
.buyInfo-bar .buyInfo-price-num input { float:left; width:24px; height:24px; border:0; font-size:12px; text-align:center;}
.buyInfo-bar .buyInfo-price p {float: left; padding-top:5px;}
.buyInfo-bar .buyInfo-btn { float:right;  }
.buyInfo-bar .buyInfo-btn a { float:right; height:20px; margin:0 0 0 10px; padding:5px 30px; font-size:14px; line-height:20px; text-align:center; color:#fff; display: block; background:#000; border-radius:10px; transition: All .3s ease-in-out; -webkit-transition: All .3s ease-in-out; }
.buyInfo-bar .buyInfo-btn a:last-child {margin:0;}