@charset "utf-8";

.html{
	line-height: 1.7;
    letter-spacing: 1px;
	padding:25px;

}
.cookies{
    display: table;
    float: right;
    overflow: hidden;
    font-size: 15px;
    color: #666156;
    padding-top: 55px;
    margin-bottom: 45px;
}
.cookbox{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.cookies a,
.cookies p{
    float: left;
    margin: 0 2px;
}
.cookies a:nth-child(1){
    position: relative;
    padding-left: 20px
}
.cookies a:nth-child(1):before{
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    background-image: url('../images/home.png');
    left: 2px;
    top: 4px;
}
.cookbox .cookies a:last-child{
    font-weight: bold;
}
input{
    border-radius: 0 !important;
    box-shadow: none !important;
    -webkit-border-radius: 0px !important;
}
input[type="text"]{
    border-radius: 0 !important;
    box-shadow: none !important;
    -webkit-border-radius: 0px !important;
}
.ps {
    padding-left: 200px;
    color: red;
    display: none;
}











/*=====================================================*/
/*=====================================================*/
/*===== index===============*/
/*=====================================================*/
	/*line_box*/
.index_main .line_box{
	width: 100%;
	height: 240px;
}
.index_main .l1{
	background-color: #ffeca6;
}
.index_main .l2{
	background-color: #f9d6ce;
}
.index_main .l3{
	background-color: #a8d7d5;
}
.index_main .llb{
	width: 1000px;
	height: 240px;
	overflow: hidden;
	margin: 0 auto;
}
.index_main .line_box .llb_l{
	float: left;
	width: 50%;
}
.index_main .l1 .llb_l img,
.index_main .l2 .llb_r img,
.index_main .l3 .llb_l img{
    height: 240px;
    width: auto;
    display: block;
}
.index_main .line_box .llb_r{
	float: right;
	width: 50%;
}

.index_main .l1 .llb_r {
    float: right;
    width: 40%;
    padding-top: 35px;
    padding-left: 95px;
}
.index_main .l2 .llb_l {
    float: left;
    width: 40%;
    padding-top: 35px;
    padding-right: 95px;
}
.index_main .l3 .llb_r {
    float: right;
    width: 40%;
    padding-top: 35px;
    padding-left: 95px;
}
.index_main .l1 .llb_r div{
	line-height: 1;
}
/*1*/
.index_main .l1 .llb_r div:nth-child(1){
	font-size: 37px;
}
.index_main .l1 .llb_r div:nth-child(2){
	font-size: 16px;
	padding-top: 10px;
}
.index_main .l1 .llb_r div:nth-child(3){
	font-size: 15px;
	color: #362e2b;
	padding: 20px 0;
	line-height: 1.5;
}
/*1*/
.index_main .l2 .llb_l div:nth-child(1){
	font-size: 37px;
}
.index_main .l2 .llb_l div:nth-child(2){
	font-size: 16px;
	padding-top: 10px;
}
.index_main .l2 .llb_l div:nth-child(3){
	font-size: 15px;
	color: #362e2b;
	padding: 20px 0;
	line-height: 1.5;
}
/*1*/
.index_main .l3 .llb_r div:nth-child(1){
	font-size: 37px;
}
.index_main .l3 .llb_r div:nth-child(2){
	font-size: 16px;
	padding-top: 10px;
}
.index_main .l3 .llb_r div:nth-child(3){
	font-size: 15px;
	color: #362e2b;
	padding: 20px 0;
	line-height: 1.5;
}
/*l4*/
.index_main .l4{
	background-color: #f0f0f0;
}
.index_main .l4 .llb{

	position: relative;
}
.index_main .l4 .llb_l{
    float: left;
    width: 190px;
    background-color: #fff;
    margin-right: 55px;
    margin-top: 44px;
}
.index_main .l4 .llb_r {
    float: right;
    width: 75%;
    margin-top: 27px;
}

.index_main .l4 .llb_l div:nth-child(1){
    font-size: 30px;
    padding-top: 30px;
    padding-bottom: 10px;
    line-height: 1;
    padding-left: 20px;
}
.index_main .l4 .llb_l div:nth-child(2){
    font-size: 14px;
    line-height: 1;
    padding-left: 20px;
}
.index_main .l4 .llb_l div:nth-child(2):after{
    content: '';
    display: block;
    background-color: #000;
    width: 15px;
    height: 2px;
    margin-top: 15px;
    margin-bottom: 32px;
}
.index_main .llb_rbox{
	overflow: hidden;
	margin-top: 30px;
	display: block;
}
.index_main .llb_rbox .left{
	float: left;
	font-size: 14px;
    color: #bb9541;
    position: relative;
    padding-top: 8px;
}
.index_main .llb_rbox .left:after{
	content: '';
    display: block;
    position: absolute;
    background-image: url('../images/h4.png');
    width: 3px;
    height: 35px;
    right: -20px;
    top: 0;
}

.index_main .llb_rbox .right{
	float: right;
    width: 640px;
}

.index_main .llb_rbox .right div:nth-child(1){
    font-size: 19px;
	font-weight: bold;
    width: 78%;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_main .llb_rbox .right div:nth-child(2){
    font-size: 15px;
    color: #666156;
    width: 100%;
    height: 18px;
    overflow: hidden;
}
.index_main .l4	.more{
	position: absolute;
    right: 15px;
    bottom: 25px;
}











/*=====================================================*/
/*=====================================================*/
/*===== search_main===============*/
/*=====================================================*/
.search_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}


.search_main .chose{
    width: 1000px;
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 47px;
    border-bottom: 3px dotted #d99e23;
}
.search_main .chose div{
    float: left;
    padding: 11px 134px;
    background-color: #dcd8cd;
    border-radius: 5px;
    cursor: pointer;
}
.search_main .chose div:nth-child(2){
    margin: 0 14px;
}
.search_main .chose div:hover{
    background-color: #f5b92c;
}
        /*store*/
.search_main  .store {
    padding-bottom: 45px;
    border-bottom: 3px dotted #d99e23;
}
.search_main .store .title{
    color: #d79700;
    font-size: 21px;
    display: table;
    margin: 0 auto;
    padding: 10px 58px;
    border: 2px solid #d79700;
    margin-top: 40px;
}
.search_main .store ul{
    margin-top: 36px;
    background-color: #ffffff;
}
.search_main .store ul li{
    overflow: hidden;
}
.search_main .store ul li.list{
    overflow: hidden;
        width: 90%;
    margin: 0 auto;
}
.search_main .store ul li div{
    float: left;
}
.search_main .store ul li.t{
    overflow: hidden;
    font-size: 18px;
    color: #362e2b;
    font-weight: bold;
    background-color: #f5b92c;
}
.search_main .store ul li{
    font-size: 16px;
    font-weight: 100;
    border-bottom: 2px dotted #d99e23;
}
.search_main .store ul li.t div{
    float: left;
    padding: 8px 0;
}
.search_main .store ul li div{
    float: left;
    margin: 20px 0;
}
.search_main .store ul li.t div:nth-child(1){
    width: 325px;
    height: 18px;
    text-indent: 67px;
    overflow: hidden;
}
.search_main .store ul li.t div:nth-child(2){
    width: 430px;
    text-indent: 160px;
    text-align: inherit;
}
.search_main .store ul li.t div:nth-child(3){
    width: 240px;
    text-indent: 80px;
}
.search_main .store ul li.list div:nth-child(1){
    width: 240px;
    height: 18px;
    overflow: hidden;
    text-indent: 19px;
}
.search_main .store ul li.list div:nth-child(2){
    width: 400px;
    height: 20px;
    overflow: hidden;
    text-align: center;
}
.search_main .store ul li.list div:nth-child(3){
    width: 240px;
    text-indent: 170px;
}
.search_main .store ul li.list:last-child {
    border-bottom:none;
}
        /*introduce*/
.search_main  .introduce {
    padding-bottom: 45px;
    border-bottom: 3px dotted #d99e23;
}
.search_main .introduce .title{
    color: #d79700;
    font-size: 21px;
    display: table;
    margin: 0 auto;
    padding: 10px 58px;
    border: 2px solid #d79700;
    margin-top: 40px;
    margin-bottom: 40px;
}
.search_main .introduce ul{
    width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
}
.search_main .introduce ul .list{
    float: left;
    width: 127px;
    margin: 0 35px;
    padding: 50px 0;
}
.search_main .introduce ul .list .img{
    width: 127px;
    height: 135px;
    overflow: hidden;
}
.search_main .introduce ul .list .img img{
    width: 100%;
    height: auto;
}
.search_main .introduce ul .list .tit{
    font-size: 18px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
    height: 18px;
}
.search_main .introduce ul .list .content{
    font-size: 14px;
    margin-bottom: 10px;
    color: #515151;
    width: 100%;
    overflow: hidden;
    height: 16px;
}
.search_main .introduce ul .list .price{
    font-size: 17px;
    margin-bottom: 10px;
    color: #e60012;
    width: 100%;
    overflow: hidden;
    height: 17px;
}
        /*news*/
.search_main  .news {
    padding-bottom: 100px;

}
.search_main .news .title{
    color: #d79700;
    font-size: 21px;
    display: table;
    margin: 0 auto;
    padding: 10px 58px;
    border: 2px solid #d79700;
    margin-top: 40px;
    margin-bottom: 40px;
}
.search_main .news ul{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.search_main .news ul li{
    overflow: hidden;
    width: 470px;
    float: left;
    background-color: #fff;
    margin-bottom: 60px;
}
.search_main .news ul li:nth-child(2n){
    margin-left: 60px
}
.search_main .news ul .list .img{
    float: left;
}
.search_main .news ul .list .right{
    float: right;
    width: 240px;
}
.search_main .news ul .list .img{
    width: 208px;
    height: 163px;
    overflow: hidden;
    position: relative;
}
.search_main .news ul .list .img img{
    width: 100%;
    height: auto;
}
.search_main .news ul .list .tit{
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 10px;
    overflow: hidden;
    height: 18px;
    border-bottom: 2px dotted #d99e23;
    display: table;
    padding-bottom: 6px;
    color: #bb9541;
}
.search_main .news ul .list .content{
    font-size: 19px;
    margin-bottom: 10px;
    color: #515151;
    width: 100%;
    overflow: hidden;
    height: 20px;
    color: #000000;
    font-weight: bold;
}
.search_main .news ul .list .price{
    font-size: 15px;
    color: #666156;
    width: 220px;
    overflow: hidden;
    height: 63px;
}










/*=====================================================*/
/*=====================================================*/
/*===== contact_main===============*/
/*=====================================================*/
.contact_banner{
    width: 100%;
    background-color: #ffeca6;
}
.contact_banner img{
    display: block;
    margin: 0 auto;
}
.contact_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.contact_main .mail{
    width: 1000px;
    margin: 0 auto;
    border-bottom: 2px dotted #d7d0c1;
    border-top: 2px dotted #d7d0c1;
}
.contact_main .mail .mailbox{
    width: 450px;
    margin: 0 auto;
    overflow: hidden;
}
.contact_main .mail img{
    float: left;
    padding: 30px 0;
}
.contact_main .mail p{
    float: right;
    font-size: 22px;
    font-weight: bold;
    padding: 50px 50px 0 0;
}




.contact_main .contact{
    width: 540px;
    margin:0 auto 50px;
    position: relative;
}
.contact_main  li{
    font-size: 16px;
    color: #000;
    margin:22.5px 0;
    overflow: hidden;
}
.contact_main  li div{
    overflow: hidden;
    padding: 5px 0;
}
.contact_main  li div span,
.contact_main  li div p,
.contact_main  li div input,
.contact_main  li div textarea{
    float:left;
}
.contact_main  li div span{
    width: 14px;
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: 16px;
    color: #f5b92c;
    font-size: 30px;
}
.contact_main  li div p{
    width: 48px;
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: 10px;
}
.contact_main li:nth-child(5) div p {
    width: 48px;
}
.contact_main  li div input{
    border:1px solid #fff;
    height: 42px;
    width: 430px;
    box-shadow: 3px 4px 1px #d7d2c7;
}
.contact_main  li div textarea{
    border: 1px solid #fff;
    width: 420px;
    height: 250px;
    box-shadow: 3px 4px 1px #d7d2c7;
    margin-left: 18px;
}
.contact_main  li:nth-child(1){
    overflow: hidden;
}
/*.contact_main  li:nth-child(1) div input{
    width: 195px;
}*/
.contact_main  li:nth-child(5){
    overflow: hidden;
}
.contact_main  li:nth-child(6) img{

}
.contact_main  li:nth-child(6) img:hover{
    opacity:0.6;
}
.contact_main  li:nth-child(6) input{
    float:left;
    /* width: 350px; */
}
.contact_main  li:nth-child(6) div:nth-child(1){
    float:left;
}
.contact_main  li:nth-child(6) div:nth-child(1) input{
    width: 150px;
}
.contact_main  li:nth-child(6) div:nth-child(2){
    float:left;
}
.contact_main select{
    width: 430px;
    height: 42px;
    float: left;
    box-shadow: 3px 4px 1px #d7d2c7;
}
.contact_main .ps{
    padding-left: 200px;
    color: red;
    display: none;
}
.contact_main .nex{
    width: 150px;
    margin-right: 10px;
}
.contact_main .nex_box div {
    float: left;
}
.contact_main .cclick {
    position: absolute;
    bottom: 0;
    right: -130px;
}

















/*=====================================================*/
/*=====================================================*/
/*===== m1_forget_main===============*/
/*=====================================================*/
.m1_forget_main_banner{
    width: 100%;
    background-color: #f4ba2b;
}
.m1_forget_main_banner img{
    display: block;
    margin: 0 auto;
}
.m1_forget_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.m1_forget_main .mail{
    width: 1000px;
    margin: 0 auto;
    border-bottom: 2px dotted #d7d0c1;
    border-top: 2px dotted #d7d0c1;
}
.m1_forget_main .mail .mailbox{
    width: 450px;
    margin: 0 auto;
    overflow: hidden;
}
.m1_forget_main .mail img{
    float: left;
    padding: 30px 0;
}
.m1_forget_main .mail p{
    float: right;
    font-size: 22px;
    font-weight: bold;
    padding: 50px 50px 0 0;
}





.m1_forget_main .contact{
    width: 540px;
    margin:0 auto;
    position: relative;
}
.m1_forget_main  li{
    font-size: 16px;
    color: #000;
    margin:25px 0 40px;
    overflow: hidden;
}
.m1_forget_main  li div{
    overflow: hidden;
    padding: 5px 0;
    float: left;
}
.m1_forget_main  li div span,
.m1_forget_main  li div p,
.m1_forget_main  li div input,
.m1_forget_main  li div textarea{
    float:left;
}
.m1_forget_main  li div span{
    width: 14px;
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: 16px;
    color: #f5b92c;
    font-size: 30px;
}
.m1_forget_main  li div p{
    width: 48px;
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: 10px;
}
.m1_forget_main li div input {
    border: 1px solid #fff;
    height: 42px;
    width: 430px;
    box-shadow: 3px 4px 1px #d7d2c7;
}
.m1_forget_main li input.nex {
    width: 240px;
    margin-right: 10px;
}
.m1_forget_main .cclick{
    margin-bottom: 300px;
}













/*=====================================================*/
/*=====================================================*/
/*===== m1_regist_main===============*/
/*=====================================================*/
.m1_regist_banner{
    width: 100%;
    background-color: #f4ba2b;
}
.m1_regist_banner img{
    display: block;
    margin: 0 auto;
}
.m1_regist_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.m1_regist_main .mail{
    width: 1000px;
    margin: 0 auto 50px;
}
.m1_regist_main .mail .mailbox{
    width: 450px;
    margin: 0 auto;
    overflow: hidden;
}
.m1_regist_main .mail img{
    float: left;
    padding: 30px 0;
}
.m1_regist_main .mail p{
    font-size: 15px;
    line-height: 1.7;
}





.m1_regist_main .contact{
    width: 540px;
    margin:0 auto;
    position: relative;
}
.m1_regist_main  li{
    font-size: 16px;
    color: #000;
    margin:50px 0;
    overflow: hidden;
}
.m1_regist_main  li div{
    overflow: hidden;
    padding: 5px 0;
}
.m1_regist_main  li .check_box div{
    overflow: hidden;
    padding: 7.5px 0;
}
.m1_regist_main  li div span,
.m1_regist_main  li div p,
.m1_regist_main  li div input,
.m1_regist_main  li div textarea{
    float:left;
}
.m1_regist_main  li div span{
    width: 14px;
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: 16px;
    color: #f5b92c;
    font-size: 30px;
}
.m1_regist_main  li div p{
    width: 48px;
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: 10px;
}
.m1_regist_main li div input {
    border: 1px solid #fff;
    height: 42px;
    width: 430px;
    box-shadow: 3px 4px 1px #d7d2c7;
}
/*.m1_regist_main li:nth-child(2) div:nth-child(1) input {
    width: 150px;
    margin-right: 10px;
}*/
.m1_regist_main .cclick{
    margin-bottom: 50px;
    margin-top: 65px;
}
.m1_regist_main .contact .check_box input {
    height: 20px;
    width: 20px;
    border:none;
    box-shadow: none;
    margin: 0;
    margin-right: 10px;
}
.m1_regist_main .check_box .deatil{
    padding-left: 35px;
    width: 450px;
}
.m1_regist_main .check_box .deatil div{
    float: left;
    width: 145px;
}
.m1_regist_main .check_box .deatil div .other {
    width: 50px;
    margin: 0;
    padding: 0;
    float: right;
    border-bottom: 1px solid #000;
    position: relative;
    left: -25px;
    background-color: #f7f4ed;
}

.m1_regist_main .nex_box div{
    float: left;
}
.m1_regist_main .nex_box div input{
    width: 225px;
    margin-right: 10px;
}
.m1_regist_main .gf_in{
    width: 100%;
    margin-bottom: 70px;
    border-top: 2px dotted #d7d0c1;
}
.m1_regist_main .gf_in p {
    width: 540px;
    margin: 46px auto 23px;
    font-size: 17px;
}
.m1_regist_main .gf_in_box {
    width: 540px;
    margin: 0 auto;
}
.m1_regist_main .contact .lia{
    position: relative;
    overflow: inherit;
}
.m1_regist_main .contact .lia span.ps{
    position: absolute;
    right:-50px;
    top: 15px;
    padding-left:0px;
    color: #000;
    display: block;
}












/*=====================================================*/
/*=====================================================*/
/*===== m1_sign_main===============*/
/*=====================================================*/
.m1_sign_banner{
    width: 100%;
    background-color: #f4ba2b;
}
.m1_sign_banner img{
    display: block;
    margin: 0 auto;
}
.m1_sign_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.m1_sign_main .mail{
    width: 1000px;
    margin: 0 auto 50px;
}
.m1_sign_main .mail .mailbox{
    width: 450px;
    margin: 0 auto;
    overflow: hidden;
}
.m1_sign_main .mail img{
    float: left;
    padding: 30px 0;
}
.m1_sign_main .mail p{
    font-size: 15px;
    line-height: 1.7;
}





.m1_sign_main .contact{
    width: 540px;
    margin:0 auto;
    position: relative;
}
.m1_sign_main  li{
    font-size: 16px;
    color: #000;
    margin:50px 0;
    overflow: hidden;
}
.m1_sign_main  li div{
    overflow: hidden;
    padding: 5px 0;
}
.m1_sign_main  li .check_box div{
    overflow: hidden;
    padding: 7.5px 0;
}
.m1_sign_main  li div span,
.m1_sign_main  li div p,
.m1_sign_main  li div input,
.m1_sign_main  li div textarea{
    float:left;
}
.m1_sign_main  li div span{
    width: 14px;
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: 16px;
    color: #f5b92c;
    font-size: 30px;
}
.m1_sign_main  li div p{
    width: 48px;
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: 10px;
}
.m1_sign_main li div input {
    border: 1px solid #fff;
    height: 42px;
    width: 430px;
    box-shadow: 3px 4px 1px #d7d2c7;
    padding: 0;
}
/*.m1_sign_main li:nth-child(2) div:nth-child(1) input {
    width: 150px;
    margin-right: 10px;
}*/
.m1_sign_main .cclick{
    margin-bottom: 50px;
    margin-top: 65px;
    overflow: hidden;
}
.m1_sign_main .contact .check_box input {
    height: 20px;
    width: 20px;
    border:none;
    box-shadow: none;
    margin: 0;
    margin-right: 10px;
}
.m1_sign_main .check_box .deatil{
    padding-left: 35px;
    width: 450px;
}
.m1_sign_main .check_box .deatil div{
    float: left;
    width: 145px;
}
.m1_sign_main .check_box .deatil div .other {
    width: 50px;
    margin: 0;
    padding: 0;
    float: right;
    border-bottom: 1px solid #000;
    position: relative;
    left: -25px;
    background-color: #f7f4ed;
}

.m1_sign_main .nex_box div{
    float: left;
}
.m1_sign_main .nex_box div input{
    width: 225px;
    margin-right: 10px;
}
.m1_sign_main .gf_in{
    width: 100%;
    margin-bottom: 70px;
    border-top: 2px dotted #d7d0c1;
}
.m1_sign_main .gf_in p {
    width: 540px;
    margin: 46px auto 23px;
    font-size: 17px;
}
.m1_sign_main .gf_in_box {
    width: 540px;
    margin: 0 auto;
}
.m1_sign_main li.cclick{
    overflow: hidden;
}
.m1_sign_main li.cclick .in{
    float: left;
}
.m1_sign_main li.cclick ul{
    float: left;
}

.m1_sign_main li.cclick ul li{
    height: 18px;
    font-size: 15px;
    margin: 0;
    margin-left: 50px;
}
.m1_sign_main li.cclick ul li:nth-child(1){
    margin-bottom: 5px;
}
.m1_sign_main li.cclick ul li a{
    overflow: hidden;
}
.m1_sign_main li.cclick ul li a div{
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
    padding: 0;
    float: left;
}
.m1_sign_main li.cclick ul li a div{
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}
.m1_sign_main li.cclick ul li a p{
    float: left;
}
.m1_sign_main li.cclick ul li a .blod{
   font-weight: bold;
}

















/*=====================================================*/
/*=====================================================*/
/*===== m2_form_main===============*/
/*=====================================================*/
.m2_form_banner{
    width: 100%;
    background-color: #f4ba2b;
}
.m2_form_banner img{
    display: block;
    margin: 0 auto;
}
.m2_form_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.m2_form_main .mail{
    width: 1000px;
    margin: 0 auto;
    border-bottom: 2px dotted #d7d0c1;
    border-top: 2px dotted #d7d0c1;
}
.m2_form_main .mail .mailbox{
    width: 450px;
    margin: 0 auto;
    overflow: hidden;
}
.m2_form_main .mail img{
    float: left;
    padding: 30px 0;
}
.m2_form_main .mail p{
    float: right;
    font-size: 22px;
    font-weight: bold;
    padding: 50px 50px 0 0;
}





.m2_form_main .contact{
    width: 540px;
    margin:0 auto;
    position: relative;
}
.m2_form_main  li{
    font-size: 16px;
    color: #000;
    margin:20px 0;
    overflow: hidden;
}
.m2_form_main  li div{
    /* overflow: hidden; */
    padding: 5px 0;
    float: left;
}
.m2_form_main  li div span,
.m2_form_main  li div p,
.m2_form_main  li div input,
.m2_form_main  li div textarea{
    float:left;
}
.m2_form_main  li div span{
    width: 14px;
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: 16px;
    color: #f5b92c;
    font-size: 30px;
}
.m2_form_main  li div p{
    width: 65px;
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: 10px;
}
.m2_form_main li div input {
    border: 2px solid #d7d2c7;
    height: 36px;
    width: 500px;
}
.m2_form_main .cclick{
    position: absolute;
    bottom: 25px;
    right: 145px;
}
    /*chose*/
.m2_form_main .chose{
    overflow: hidden;
}
.m2_form_main .chose div{
    float: left;
    width: 170px;
    height: 43px;
    background-color: #dcd8cd;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 5px;
}
.m2_form_main .chose div:hover{
    background-color: #f5b92c;
}
.m2_form_main .chose div.click{
    background-color: #f5b92c;
}

.m2_form_main .chose div a{
    display: table;
    margin: 0 auto;
    color: #362e2b;
    font-size: 18px;
    padding-top: 10px;
}

    /*form*/
.m2_form_main .form{
    background-color: #fff;
    width: 840px;
    padding-left: 160px;
    overflow: hidden;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px dotted #d7d0c1;
}
.m2_form_main .fix{
    border-bottom:none;
    margin-bottom: 85px;

}
.m2_form_main .form .title{
    font-size: 21px;
    color: #d79700;
    margin-top: 50px;
}
.m2_form_main .form .title p{
    width: auto;
    height: 25px;
    font-weight: bold;
}
.m2_form_main .form article{
    float: left;
}
.m2_form_main .form .an{
    top: 0;
}
.m2_form_main .form .anmail{
    color: #666156;
}
.m2_form_main .form .address{
    width: 230px;
    height: 48px;
    margin-top: -4px;
}
.m2_form_main .form .address2{
    width: 255px;
}
.m2_form_main .form .address:nth-child(1){
    margin-right:15px;
}










/*=====================================================*/
/*=====================================================*/
/*===== m2_record_main===============*/
/*=====================================================*/
.m2_record_banner{
    width: 100%;
    background-color: #f4ba2b;
}
.m2_record_banner img{
    display: block;
    margin: 0 auto;
}
.m2_record_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.m2_record_main .mail{
    width: 1000px;
    margin: 0 auto;
    border-bottom: 2px dotted #d7d0c1;
    border-top: 2px dotted #d7d0c1;
}
.m2_record_main .mail .mailbox{
    width: 450px;
    margin: 0 auto;
    overflow: hidden;
}
.m2_record_main .mail img{
    float: left;
    padding: 30px 0;
}
.m2_record_main .mail p{
    float: right;
    font-size: 22px;
    font-weight: bold;
    padding: 50px 50px 0 0;
}





.m2_record_main .contact{
    width: 540px;
    margin:0 auto;
    position: relative;
}
.m2_record_main  li{
    font-size: 16px;
    color: #000;
    margin: 20px 0 0;
    /* border-bottom: 2px dotted #e6d3aa; */
    overflow: hidden;
    padding-bottom: 10px;
}
.m2_record_main  li:last-child{

}
.m2_record_main  li div{
    /* overflow: hidden; */
    padding: 5px 0;
    float: left;
}
.m2_record_main  li div span,
.m2_record_main  li div p,
.m2_record_main  li div input,
.m2_record_main  li div textarea{
    float:left;
}
.m2_record_main  li div span{
    width: 14px;
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: 16px;
    color: #f5b92c;
    font-size: 30px;
}
.m2_record_main  li div p{
    width: 65px;
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: 10px;
}
.m2_record_main li div input {
    border: 2px solid #d7d2c7;
    height: 36px;
    width: 500px;
}
.m2_record_main .cclick{
    position: absolute;
    bottom: 25px;
    right: 145px;
}
    /*chose*/
.m2_record_main .chose{
    overflow: hidden;
}
.m2_record_main .chose div{
    float: left;
    width: 170px;
    height: 43px;
    background-color: #dcd8cd;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 5px;
}
.m2_record_main .chose div:hover{
    background-color: #f5b92c;
}
.m2_record_main .chose div.click{
    background-color: #f5b92c;
}

.m2_record_main .chose div a{
    display: table;
    margin: 0 auto;
    color: #362e2b;
    font-size: 18px;
    padding-top: 10px;
}
            /*record*/
.m2_record_main .record {
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    padding-bottom: 50px;
    margin-bottom: 80px;
}
.m2_record_main .record ul{
    width: 930px;
    margin: 0 auto;
}
.m2_record_main .record li{
    overflow: hidden;
}
.m2_record_main .record li div{
    float: left;
    text-align: center;
}
.m2_record_main .record li.title div {
    position: relative;
    top: 6px;
}
/* .m2_record_main .record li div:nth-child(1) {
    width: 14%;
}
.m2_record_main .record li div:nth-child(2) {
    width:18%;
}
.m2_record_main .record li div:nth-child(3) {
    width: 15%;
}
.m2_record_main .record li div:nth-child(4) {
    width: 15%;
}
.m2_record_main .record li div:nth-child(5) {
    width: 13%;
}
.m2_record_main .record li div:nth-child(6) {
    width: 15%;
} */
.m2_record_main .record li.title{
    background-color: #f5b92c;
    font-size: 18px;
    font-weight: bold;
    margin-top: 50px;
}
.m2_record_main .record li.list{
    color: #666156;
    font-size: 15px;
    line-height: 1;
    border-bottom: 2px dotted #e6d3aa;
}
.m2_record_main .record li.list div{
    height: 11px;
    overflow: hidden;
}
.m2_record_main .record li.list div .za{
    text-decoration: underline !important;
}
.m2_record_main .record .rtitle {
    font-size: 21px;
    font-weight: bold;
    color: #d79700;
    display: table;
    margin: 60px auto 0;
}
.m2_record_main .record .ul2 li div:nth-child(1) {
    width: 51%;
}
.m2_record_main .record .ul2 li div:nth-child(2) {
    width:14%;
}
.m2_record_main .record .ul2 li div:nth-child(3) {
    width: 12%;
}
.m2_record_main .record .tt{
    width: 100%;
    height: 75px;
    margin: 0 auto;
    position: relative;
}
.m2_record_main .record .tt .ul{
    position: absolute;
    top: 0;
    right: 106px;
    padding-left: 85px;
}
.m2_record_main .record .tt .li {
    font-size: 15px;
    overflow: hidden;
    padding-left: 110px;
}
.m2_record_main .record .tt .li:nth-child(1){
    margin-top: 15px;
    color: #666156;
}
.m2_record_main .record .tt .li:nth-child(2){
    margin-top: 15px;
    margin-bottom: 20px;
    position: relative;
    color: #666156;
}
.m2_record_main .record .tt .li:nth-child(2):before{
    position: absolute;
    content: '+';
    display: block;
    top: 0;
    left: 5px;
    width: 10px;
    height: 10px;
}
.m2_record_main .record .tt .li:nth-child(3){
    position: relative;
    font-size: 22px;
    font-weight: bold;
}
.m2_record_main .record .tt .li:nth-child(3):before{
    position: absolute;
    content: '= 總計';
    display: block;
    top: 0;
    left: 5px;
    width: 50px;
    height: 20px;
    font-size: 16px;
    font-weight: bold;
}
.m2_record_main .record .tt .li div{
    float: left;
    margin-right: 6px;
    font-weight: bold;
}
.m2_record_main .record .tt .back{
    position: absolute;
    bottom: -30px;
    left: 50px;
}










/*=====================================================*/
/*=====================================================*/
/*===== m2_reservation_main===============*/
/*=====================================================*/
.m2_reservation_banner{
    width: 100%;
    background-color: #f4ba2b;
}
.m2_reservation_banner img{
    display: block;
    margin: 0 auto;
}
.m2_reservation_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.m2_reservation_main .mail{
    width: 1000px;
    margin: 0 auto;
    border-bottom: 2px dotted #d7d0c1;
    border-top: 2px dotted #d7d0c1;
}
.m2_reservation_main .mail .mailbox{
    width: 450px;
    margin: 0 auto;
    overflow: hidden;
}
.m2_reservation_main .mail img{
    float: left;
    padding: 30px 0;
}
.m2_reservation_main .mail p{
    float: right;
    font-size: 22px;
    font-weight: bold;
    padding: 50px 50px 0 0;
}





.m2_reservation_main .contact{
    width: 540px;
    margin:0 auto;
    position: relative;
}
.m2_reservation_main  li{
    font-size: 16px;
    color: #000;
    margin: 20px 0 0;
    /* border-bottom: 2px dotted #e6d3aa; */
    overflow: hidden;
    padding-bottom: 10px;
}
.m2_reservation_main  li:last-child{
}
.m2_reservation_main  li div{
    /* overflow: hidden; */
    padding: 5px 0;
    float: left;
}
.m2_reservation_main  li div span,
.m2_reservation_main  li div p,
.m2_reservation_main  li div input,
.m2_reservation_main  li div textarea{
    float:left;
}
.m2_reservation_main  li div span{
    width: 14px;
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: 16px;
    color: #f5b92c;
    font-size: 30px;
}
.m2_reservation_main  li div p{
    width: 65px;
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: 10px;
}
.m2_reservation_main li div input {
    border: 2px solid #d7d2c7;
    height: 36px;
    width: 500px;
}
.m2_reservation_main .cclick{
    position: absolute;
    bottom: 25px;
    right: 145px;
}
    /*chose*/
.m2_reservation_main .chose{
    overflow: hidden;
}
.m2_reservation_main .chose div{
    float: left;
    width: 170px;
    height: 43px;
    background-color: #dcd8cd;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 5px;
}
.m2_reservation_main .chose div:hover{
    background-color: #f5b92c;
}
.m2_reservation_main .chose div.click{
    background-color: #f5b92c;
}

.m2_reservation_main .chose div a{
    display: table;
    margin: 0 auto;
    color: #362e2b;
    font-size: 18px;
    padding-top: 10px;
}
            /*record*/
.m2_reservation_main .record {
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    padding-bottom: 50px;
    margin-bottom: 80px;
}
.m2_reservation_main .record ul{
    width: 930px;
    margin: 0 auto;
}
.m2_reservation_main .record li{
    overflow: hidden;
}
.m2_reservation_main .record li div{
    float: left;
    text-align: center;
}
.m2_reservation_main .record li.title div {
    position: relative;
    top: 6px;
}
.m2_reservation_main .record li div:nth-child(1) {
    width: 20%;
}
.m2_reservation_main .record li div:nth-child(2) {
    width:20%;
}
.m2_reservation_main .record li div:nth-child(3) {
    width: 20%;
}
.m2_reservation_main .record li div:nth-child(4) {
    width: 20%;
}
.m2_reservation_main .record li div:nth-child(5) {
    width: 20%;
}
.m2_reservation_main .record li.title{
    background-color: #f5b92c;
    font-size: 18px;
    font-weight: bold;
}
.m2_reservation_main .record li.list{
    color: #666156;
    font-size: 15px;
    line-height: 1;
    border-bottom: 2px dotted #e6d3aa;
}
.m2_reservation_main .record li.list div{
    height: 11px;
    overflow: hidden;
}
.m2_reservation_main .record li.list div .za{
    text-decoration: underline !important;
}
.m2_reservation_main .record .rtitle {
    font-size: 21px;
    font-weight: bold;
    color: #d79700;
    display: table;
    margin: 60px auto 0;
}










/*=====================================================*/
/*=====================================================*/
/*===== m2_test_main===============*/
/*=====================================================*/
.m2_test_banner{
    width: 100%;
    background-color: #f4ba2b;
}
.m2_test_banner img{
    display: block;
    margin: 0 auto;
}
.m2_test_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.m2_test_main .mail{
    width: 1000px;
    margin: 0 auto;
    border-bottom: 2px dotted #d7d0c1;
    border-top: 2px dotted #d7d0c1;
}
.m2_test_main .mail .mailbox{
    width: 450px;
    margin: 0 auto;
    overflow: hidden;
}
.m2_test_main .mail img{
    float: left;
    padding: 30px 0;
}
.m2_test_main .mail p{
    float: right;
    font-size: 22px;
    font-weight: bold;
    padding: 50px 50px 0 0;
}





.m2_test_main .contact{
    width: 540px;
    margin:0 auto;
    position: relative;
}
.m2_test_main  li{
    font-size: 16px;
    color: #000;
    margin: 20px 0 0;
    padding-top: 7px;
    height: 36px;
    overflow: hidden;
    padding-bottom: 10px;
}
.m2_test_main  li:last-child{
}
.m2_test_main  li div{
    /* overflow: hidden; */
    padding: 5px 0;
    float: left;
}
.m2_test_main  li div span,
.m2_test_main  li div p,
.m2_test_main  li div input,
.m2_test_main  li div textarea{
    float:left;
}
.m2_test_main  li div span{
    width: 140px;
    height: 20px;
    margin-right: 5px;
}
.m2_test_main  li div span.more{
    width: 42px;
    color: #1d2088;
    text-decoration: underline;
}
.m2_test_main  li div p{
    width: 65px;
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: 10px;
}
.m2_test_main li div input {
    border: 2px solid #d7d2c7;
    height: 36px;
    width: 500px;
}
.m2_test_main .cclick{
    position: absolute;
    bottom: 25px;
    right: 145px;
}
    /*chose*/
.m2_test_main .chose{
    overflow: hidden;
}
.m2_test_main .chose div{
    float: left;
    width: 170px;
    height: 43px;
    background-color: #dcd8cd;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 5px;
}
.m2_test_main .chose div:hover{
    background-color: #f5b92c;
}
.m2_test_main .chose div.click{
    background-color: #f5b92c;
}

.m2_test_main .chose div a{
    display: table;
    margin: 0 auto;
    color: #362e2b;
    font-size: 18px;
    padding-top: 10px;
}
            /*record*/
.m2_test_main .record {
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    padding-bottom: 50px;
    margin-bottom: 80px;
}
.m2_test_main .record ul{
    width: 930px;
    margin: 0 auto;
}
.m2_test_main .record li{
    overflow: hidden;
}
.m2_test_main .record li div{
    float: left;
    text-align: center;
}
.m2_test_main .record li.title div {
    position: relative;
    top: 6px;
}
.m2_test_main .record li div:nth-child(1) {
    width: 85px;
}
.m2_test_main .record li div:nth-child(2) {
    width: 70px;
}
.m2_test_main .record li div:nth-child(3) {
    width: 110px;
}
.m2_test_main .record li div:nth-child(4) {
    width: 195px;
}
.m2_test_main .record li div:nth-child(5) {
    width: 150px;
}
.m2_test_main .record li div:nth-child(6) {
    width: 145px;
}
.m2_test_main .record li div:nth-child(7) {
    width: 110px;
}
.m2_test_main .record li div:nth-child(8) {

}
.m2_test_main .record li.title{
    background-color: #f5b92c;
    font-size: 18px;
    font-weight: bold;
}
.m2_test_main .record li.list{
    color: #666156;
    font-size: 15px;
    line-height: 1;
    border-bottom: 2px dotted #e6d3aa;
}
.m2_test_main .record li.list div{
    height: 11px;
    overflow: hidden;
}
.m2_test_main .record li.list div .za{
    text-decoration: underline !important;
}
.m2_test_main .record .rtitle {
    font-size: 21px;
    font-weight: bold;
    color: #d79700;
    display: table;
    margin: 60px auto 0;
}
.m2_test_main .record li.list .fw{
    position: relative;
    height: 25px;
    top: -10px;
}
.m2_test_main .record .rlist{
    overflow: hidden;
    width: 870px;
    margin: 60px auto 40px;
}
.m2_test_main .record .rlist .search{
    float: left;
    overflow: hidden;
}
.m2_test_main .record .rlist .search p,
.m2_test_main .record .rlist .search .inp,
.m2_test_main .record .rlist .search a{
    float: left;
}
.m2_test_main .record .rlist .time{
    float: right;
    overflow: hidden;
}
.m2_test_main .record .rlist .time p,
.m2_test_main .record .rlist .time .ttime{
    float: left;
}
.m2_test_main .record .rlist .search p,
.m2_test_main .record .rlist .time p{
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
    position: relative;
    top: 3px;
}
.m2_test_main .record .rlist .search .inp{
    border:none;
    border-bottom: 1px solid #000;
    width: 135px;
    margin-right: 10px;
}
.m2_test_main .record .rlist .time .ttime{
    border: 1px solid #cdc2a2;
}










/*=====================================================*/
/*=====================================================*/
/*===== m2_testd_main===============*/
/*=====================================================*/
.m2_testd_banner{
    width: 100%;
    background-color: #f4ba2b;
}
.m2_testd_banner img{
    display: block;
    margin: 0 auto;
}
.m2_testd_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.m2_testd_main .mail{
    width: 1000px;
    margin: 0 auto;
    border-bottom: 2px dotted #d7d0c1;
    border-top: 2px dotted #d7d0c1;
}
.m2_testd_main .mail .mailbox{
    width: 450px;
    margin: 0 auto;
    overflow: hidden;
}
.m2_testd_main .mail img{
    float: left;
    padding: 30px 0;
}
.m2_testd_main .mail p{
    float: right;
    font-size: 22px;
    font-weight: bold;
    padding: 50px 50px 0 0;
}





.m2_testd_main .contact{
    width: 540px;
    margin:0 auto;
    position: relative;
}
.m2_testd_main  li{
    font-size: 16px;
    color: #000;
    overflow: hidden;
}
.m2_testd_main  li:last-child{
}
.m2_testd_main  li div{
    /* overflow: hidden; */
    padding: 5px 0;
    float: left;
}
.m2_testd_main  li div span,
.m2_testd_main  li div p,
.m2_testd_main  li div input,
.m2_testd_main  li div textarea{
    float:left;
}
.m2_testd_main  li div span{
    width: 140px;
    height: 20px;
    margin-right: 5px;
}
.m2_testd_main  li div span.more{
    width: 42px;
    color: #1d2088;
    text-decoration: underline;
}
.m2_testd_main  li div p{
    width: 65px;
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: 10px;
}
.m2_testd_main li div input {
    border: 2px solid #d7d2c7;
    height: 36px;
    width: 500px;
}
.m2_testd_main .cclick{
    position: absolute;
    bottom: 25px;
    right: 145px;
}
    /*chose*/
.m2_testd_main .chose{
    overflow: hidden;
}
.m2_testd_main .chose div{
    float: left;
    width: 170px;
    height: 43px;
    background-color: #dcd8cd;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 5px;
}
.m2_testd_main .chose div:hover{
    background-color: #f5b92c;
}
.m2_testd_main .chose div.click{
    background-color: #f5b92c;
}

.m2_testd_main .chose div a{
    display: table;
    margin: 0 auto;
    color: #362e2b;
    font-size: 18px;
    padding-top: 10px;
}
            /*record*/
.m2_testd_main .record {
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    padding-bottom: 50px;
    margin-bottom: 80px;
}
.m2_testd_main .record ul{
    width: 930px;
    margin: 0 auto;
}
.m2_testd_main .record li{
    overflow: hidden;
}
.m2_testd_main .record li div{
    float: left;
    text-align: center;
    padding: 15px 0;
}
.m2_testd_main .record li.title div {
    position: relative;
    top:2px;
}
.m2_testd_main .record li div:nth-child(1) {
    width: 190px;
}
.m2_testd_main .record li div:nth-child(2) {
    width: 250px;
    font-weight: bold;
}
.m2_testd_main .record li div:nth-child(3) {
    width: 150px;
    font-weight: bold;
}
.m2_testd_main .record li div:nth-child(4) {
    width: 170px;
    text-align: left;
    text-indent: 20px;
}

.m2_testd_main .record li div:nth-child(5) {
    width: 160px;
}
.m2_testd_main .record li.list div:nth-child(2) {
    width: 250px;
    font-weight: bold;
    background-color: #f8f8f8;
}
.m2_testd_main .record li.list div:nth-child(3) {
    width: 150px;
    font-weight: bold;
    background-color: #efeeee;
}
.m2_testd_main .record li.list div:nth-child(4) {
    width: 170px;
    text-align: left;
    text-indent: 20px;
    background-color: #f8f8f8;
}
.m2_testd_main .record li.title{
    background-color: #f5b92c;
    font-size: 18px;
    font-weight: bold;
}
.m2_testd_main .record li.list{
    color: #666156;
    font-size: 16px;
    line-height: 1;
    border-bottom: 1px solid #e6d3aa;
    height: 65px;
    overflow: hidden;
}
.m2_testd_main .record li.list div{
    padding: 24.5px 0;
    overflow: hidden;
    border-left: 1px solid #e6d3aa;
    border-right: 1px solid #e6d3aa;
}
.m2_testd_main .record .atitle{
    width: 660px;
    margin: 50px auto 40px;
    text-align: center;
    font-size: 21px;
    color: #d79700;
    font-weight:bold;
}
.m2_testd_main .record .people{
    width: 500px;
    padding-right: 160px;
    position: relative;
}
.m2_testd_main .record .people li{
    border-bottom: 2px dotted #e6d3aa;
}

.m2_testd_main .record .people li .tn{
   width: 100px;
   padding-left: 40px;
   font-size: 17px;
    text-align: left;
    font-weight: bold;
}
.m2_testd_main .record .people li .content{
   width: 260px;
   padding-left: 70px;
   font-size: 16px;
   color: #666156;
   text-align: left;
}
.m2_testd_main .record li.click{
    position: absolute;
    bottom: 0;
    right: 0;
    border:none;
    border-bottom: none;
}
.m2_testd_main .record li.list .ing,
.m2_testd_main .record li.list .no{
    position: relative;
}
.m2_testd_main .record li.list .ing:before{
    position: absolute;
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #000;
    margin-left: 25px;
}
.m2_testd_main .record li.list .no:before{
    position: absolute;
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border:1px solid #000;
    margin-left: 25px;
}
.m2_testd_main .record .tclick a{
    width: 129px;
    height: 30px;
    background-image: url('../images/test_movie2.png');
    padding: 0;
    background-repeat: no-repeat;
    display: block;
}
.m2_testd_main .record .tclick a:hover{
    background-image: url('../images/test_movie1.png');
}
.m2_testd_main .record .tclick a{
    width:140px;
    height:30px;
    display: block;
    margin: 0 auto;
}
.test_down{
    width: 930px;
    margin: 50px auto 0;
    overflow: hidden;
}
.test_down .td_left{
    float: left;
}
.test_down .td_right{
    float: right;
}
.test_down .td_right a{
    margin: 0 9px;
    display: inline-block;
}










/*=====================================================*/
/*=====================================================*/
/*===== m2_test_detail2_main===============*/
/*=====================================================*/
.m2_test_detail2_banner{
    width: 100%;
    background-color: #f4ba2b;
}
.m2_test_detail2_banner img{
    display: block;
    margin: 0 auto;
}
.m2_test_detail2_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.m2_test_detail2_main .mail{
    width: 1000px;
    margin: 0 auto;
    border-bottom: 2px dotted #d7d0c1;
    border-top: 2px dotted #d7d0c1;
}
.m2_test_detail2_main .mail .mailbox{
    width: 450px;
    margin: 0 auto;
    overflow: hidden;
}
.m2_test_detail2_main .mail img{
    float: left;
    padding: 30px 0;
}
.m2_test_detail2_main .mail p{
    float: right;
    font-size: 22px;
    font-weight: bold;
    padding: 50px 50px 0 0;
}





.m2_test_detail2_main .contact{
    width: 540px;
    margin:0 auto;
    position: relative;
}
.m2_test_detail2_main  li{
    font-size: 16px;
    color: #000;
    margin:25px 0;
    overflow: hidden;
}
.m2_test_detail2_main  li div{
    /* overflow: hidden; */
    padding: 5px 0;
    float: left;
    margin-left: 10px;
}
.m2_test_detail2_main  li div span,
.m2_test_detail2_main  li div p,
.m2_test_detail2_main  li div input,
.m2_test_detail2_main  li div textarea{
    float:left;
}
.m2_test_detail2_main  li div span{
    width: 14px;
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: 16px;
    color: #f5b92c;
    font-size: 30px;
}
.m2_test_detail2_main  li div p{
    width: 94px;
    height: 45px;
    margin-right: 5px;
    position: relative;
    top: 10px;
}
.m2_test_detail2_main li div input {
    border: 2px solid #d7d2c7;
    height: 28px;
    width: 450px;
    margin: 0;
}
.m2_test_detail2_main li div input.input2 {
    border: 2px solid #d7d2c7;
    height: 28px;
    width: 300px;
    margin: 0;
    margin-right: 15px;
}
.m2_test_detail2_main .cclick{
    position: absolute;
    bottom: 25px;
    right: 145px;
}
    /*chose*/
.m2_test_detail2_main .chose{
    overflow: hidden;
}
.m2_test_detail2_main .chose div{
    float: left;
    width: 170px;
    height: 43px;
    background-color: #dcd8cd;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 5px;
}
.m2_test_detail2_main .chose div:hover{
    background-color: #f5b92c;
}
.m2_test_detail2_main .chose div.click{
    background-color: #f5b92c;
}

.m2_test_detail2_main .chose div a{
    display: table;
    margin: 0 auto;
    color: #362e2b;
    font-size: 18px;
    padding-top: 10px;
}

    /*form*/
.m2_test_detail2_main .form{
    background-color: #fff;
    width: 880px;
    padding-left: 120px;
    overflow: hidden;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 80px;
}
.m2_test_detail2_main .fix{
    border-bottom:none;
    margin-bottom: 85px;

}
.m2_test_detail2_main .form .title{
    font-size: 21px;
    color: #d79700;
}
.m2_test_detail2_main .form .title p{
    width: 600px;
    height: 25px;
    font-weight: bold;
    text-align: center;
}
.m2_test_detail2_main .form article{
    float: left;
}
.m2_test_detail2_main .form .an{
    /* top: 0; */
}
.m2_test_detail2_main .form .anmail{
    color: #666156;
}
.m2_test_detail2_main .form .address{
    width: 185px;
}
.m2_test_detail2_main .form .address2{
    width: 255px;
}
.m2_test_detail2_main .form .address:nth-child(1){
    margin-right:15px;
    height: 40px;
}
.m2_test_detail2_main .form .in{
    width: 305px;
}
.m2_test_detail2_main .form .ch{
    width: 45px;
    margin-left: 10px;
}
.m2_test_detail2_main .form .textt{
    font-size: 17px;
    width: 20px;
    margin: 0;
}
.m2_test_detail2_main .form .star{
    width: 15px;
    color: #f5b92c;
}

.m2_test_detail2_main .form .bron .address{
    width: 150px;
    height: 40px;
}
.m2_test_detail2_main .form .bron .address2{
    width: 150px;
}
.m2_test_detail2_main .form .ex2{
    width: 250px;
}
.m2_test_detail2_main .form .ex2{
    width: 250px;
}
.m2_test_detail2_main .form .textarea{
    width: 455px;
    height: 175px;
}











/*=====================================================*/
/*=====================================================*/
/*===== question_3_main===============*/
/*=====================================================*/

.question_3_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
        /*banner*/
.question_3_banner{
    width: 100%;
    background-color: #ffeca6;
}
.question_3_banner img{
    display: block;
    margin: 0 auto;
}
        /*cookbox*/
.question_3_main .cookbox .cookies .last{
    font-weight:bolder;
}
        /*news*/
.question_3_main .news{
    padding-bottom: 50px;
}
.question_3_main .news ul.step{
    margin-top: 60px;
    overflow: hidden;
    border-bottom: 3px dotted #e3d1a7;
    padding-bottom: 40px;
}
.question_3_main .news ul.step li{
    float: left;
}
.question_3_main .news ul.step li:first-child{
    margin-left: 78px;
}
.question_3_main .news ul.step li:nth-child(2n){
    margin:20px 56px;
}
.question_3_main .news ul.step li img{
    display: block;
    width: 100%;
}

        /*introduce*/
.question_3_main  .introduce {
    /* padding-bottom: 25px; */
    background-color: #fff;
    margin-bottom: 50px;
}
/* a */
.question_3_main .introduce ul.a{
    float: left;
    width: 1000px;
}
.question_3_main .introduce .t{
    overflow: hidden;
    font-size: 18px;
    color: #362e2b;
    font-weight: bold;
    background-color: #f5b92c;
}
.question_3_main .introduce .t div{
    float: left;
    padding: 8px 0 8px 28px;
}


.question_3_main .introduce .seat{
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    background-color: #dcdcdc;
}
.question_3_main .introduce .seat div{
    float: left;
    width: 190px;
    height: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-color: #eeeeee;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 5px;
    cursor: pointer;
    border-radius: 6% 6% 0 0;
    letter-spacing: 4px;
}

.question_3_main .introduce .seat div.seat_white {
    background-color: #fff;
}

.question_3_main .introduce ul.u .detail{
    margin: 20px 0 0 35px;
    padding-bottom: 20px;
    width: 915px;
    overflow: hidden;
    border-bottom: 2px dotted #e6e6e6;
}
.question_3_main .introduce ul.u .detail p{
    font-size: 18px;
    letter-spacing: 4px;
    font-weight: bolder;
    margin-bottom: 30px;
}
.question_3_main .introduce ul.u .detail div.l{
    float:left;
    width: 690px;
}
.question_3_main .introduce ul.u .detail div.l div{
    float: left;
    width: 230px;
    height: 30px;
    font-size: 18px

}
.question_3_main .introduce ul.u .detail div.l div input{
    height: 20px;
    width: 20px;
    border: none;
    box-shadow: none;
    margin: 0;
    margin-right: 10px;
}
.question_3_main .introduce ul.u .detail div.r{
    float:right;
    width: 74px;
    height: 30px;
}
.question_3_main .introduce ul.u .detail div.r a{
    display: block;
    width:74px;
    height: 30px;
    background-image: url('../images/more01.png');
}
.question_3_main .introduce ul.u .search01{
    margin: 20px 0 20px 34px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 12px;
    width: 900px;
}
.question_3_main .introduce ul.u .search01 p{
    display: inline-block;
    font-size: 18px;
    margin-right: 20px;
}
.question_3_main .introduce ul.u .search01 input{
    border:;
    width: 130px;
    margin-right: 10px;
}
.question_3_main .introduce ul.u .search01 a.ok{
    width: 97px;
    height: 33px;
    display: inline-block;
    background: url('../images/search.png');
    margin-top: 3px;
    margin-right: 50px;
    position: relative;
    top: 11px;
    left: 10px;
}

.question_3_main .introduce ul.u .search02{
    margin: 20px 0 0px 45px;
}
.question_3_main .introduce ul.u .search02 p{
    margin-left: 10px;
    display: inline-block;
    font-size: 18px;
    margin-right: 25px;
}
.question_3_main .introduce ul.u .search02 input{
    border: none;
    border-bottom: 1px solid #000;
    width: 130px;
    margin-right: 10px;
    background: none;
    box-shadow: none;
}
.question_3_main .introduce ul.u .search02 a.sent{
    width: 97px;
    height: 34px;
    display: block;
    background: url('../images/search.png');
    float: right;
    margin-top: 3px;
    margin-right: 50px;
}
/* c */
.question_3_main .introduce ul.c{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.question_3_main .introduce ul.c .list{
    float: left;
    width: 127px;
    margin: 0px 35px;
    padding: 50px 0;
}
.question_3_main .introduce ul.c .list .img{
    width: 127px;
    height: 135px;
    overflow: hidden;
}
.question_3_main .introduce ul.c .list .img img{
    width: 100%;
    height: auto;
}
.question_3_main .introduce ul.c .list .tit{
    font-size: 18px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
    height: 18px;
}
.question_3_main .introduce ul.c .list .content{
    font-size: 14px;
    margin-bottom: 10px;
    color: #515151;
    width: 100%;
    overflow: hidden;
    height: 16px;
}
.question_3_main .introduce ul.c .list .price{
    font-size: 17px;
    margin-bottom: 10px;
    color: #e60012;
    width: 100%;
    overflow: hidden;
    height: 18px;
}
.question_3_main .introduce ul.c .list .heart{
    font-size: 14px;
    margin-bottom: 10px;
    color: #fe0000;
    width: 154px;
    overflow: hidden;
    height: 20px;
}
.question_3_main .introduce ul.c .list .heart img{
    width: 14px;
}
.question_3_main .introduce ul.c .list a.more{
    width: 114px;
    height: 35px;
    display: block;
    margin-top: 26px;
    background-image: url('../images/more.png')
}
.question_3_main .pagebox {
    background-color: #f7f4ed;
    padding-bottom: 51px;
    padding-top: 30px;
}










/*=====================================================*/
/*=====================================================*/
/*===== products_main===============*/
/*=====================================================*/

.products_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
        /*banner*/
.products_banner{
    width: 100%;
    background-color: #f9d7ce;
}
.products_banner img{
    display: block;
    margin: 0 auto;
}
        /*cookbox*/
.products_main .cookbox .cookies .last{
    font-weight:bolder;
}
        /*news*/
.products_main .news{
    width: 100%;
    overflow: hidden;
}
.products_main .news div,
.products_main .news select{
    float: left;
}
.products_main .news a{
    float: right;
}
.products_main .news div.txt{
    font-size: 18px;
    font-weight: bold;
    margin-right: 15px;
    position: relative;
    top: 6px;
}
.products_main .news div.pimg{
    margin:0 15px;
    position: relative;
    top: 6px;
}

        /*introduce*/
.products_main  .introduce {
    /* padding-bottom: 25px; */
    margin-bottom: 50px;
}
/* a */
.products_main .introduce ul.a{
    float: left;
    width: 1000px;
}
.products_main .introduce .t{
    overflow: hidden;
    font-size: 18px;
    color: #362e2b;
    font-weight: bold;
    background-color: #f5b92c;
}
.products_main .introduce .t div{
    float: left;
    padding: 8px 0 8px 28px;
}


.products_main .introduce .seat{
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    background-color: #dcdcdc;
}
.products_main .introduce .seat div{
    float: left;
    width: 190px;
    height: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-color: #eeeeee;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 5px;
    cursor: pointer;
    border-radius: 6% 6% 0 0;
    letter-spacing: 4px;
}

.products_main .introduce .seat div.seat_white {
    background-color: #fff;
}

.products_main .introduce ul.u{
    overflow: hidden;
    margin-top: 15px;
    background-color: #fff;
}
.products_main .introduce ul.u .detail{
    margin: 20px 0 0 35px;
    padding-bottom: 20px;
    width: 915px;
    overflow: hidden;
    border-bottom: 2px dotted #e6e6e6;
}
.products_main .introduce ul.u .detail p{
    font-size: 18px;
    letter-spacing: 4px;
    font-weight: bolder;
    margin-bottom: 30px;
}
.products_main .introduce ul.u .detail div.l{
    float:left;
    width: 690px;
}
.products_main .introduce ul.u .detail div.l div{
    float: left;
    width: 230px;
    height: 30px;
    font-size: 18px

}
.products_main .introduce ul.u .detail div.l div input{
    height: 20px;
    width: 20px;
    border: none;
    box-shadow: none;
    margin: 0;
    margin-right: 10px;
}
.products_main .introduce ul.u .detail div.r{
    float:right;
    width: 74px;
    height: 30px;
    /* overflow: hidden; */
    position: relative;
}
.products_main .introduce ul.u .detail div.r .more{
    position: absolute;
    left: -55px;
    top: 4px;
    font-size: 15px;
    text-decoration: underline !important;
    display: block;
}
.products_main .introduce ul.u .detail div.r a.more2{
    display: block;
    width:74px;
    height: 30px;
    background-image: url('../images/more01.png');
}
.products_main .introduce ul.u .search01{
    margin: 20px 0 20px 34px;

    padding-bottom: 12px;
    width: 900px;
}
.products_main .introduce ul.u .search01 p{
    display: inline-block;
    font-size: 18px;
    margin-right: 20px;
}
.products_main .introduce ul.u .search01 input{
    width: 130px;
    margin-right: -4px;
}
.products_main .introduce ul.u .search01 input.i1{
    border-right: none;
}
.products_main .introduce ul.u .search01 input.i2{
    border-left: none;
}
.products_main .introduce ul.u .search01 a.ok{
    width: 97px;
    height: 33px;
    display: inline-block;
    background: url('../images/search.png');
    margin-top: 3px;
    margin-right: 50px;
    position: relative;
    top: 11px;
    left: 10px;
}

.products_main .introduce ul.u .search02{
    margin: 20px 0 0px 45px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}
.products_main .introduce ul.u .search02 p{
    margin-left: 10px;
    display: inline-block;
    font-size: 18px;
    margin-right: 25px;
}
.products_main .introduce ul.u .search02 input{
    border: none;
    border-bottom: 1px solid #000;
    width: 130px;
    margin-right: 10px;
    background: none;
    box-shadow: none;
}
.products_main .introduce ul.u .search02 a.sent{
    width: 97px;
    height: 34px;
    display: block;
    background: url('../images/search.png');
    float: right;
    margin-top: 3px;
    margin-right: 50px;
}
/* c */
.products_main .introduce ul.c{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.products_main .introduce ul.c .list{
    float: left;
    width: 230px;
    height: 290px;
    margin: 30px 10px;
    padding: 10px 0 20px;
    text-align: center;
    background-color: #fff;
    position: relative;
}
.products_main .introduce ul.c .list:hover{
    width: 225px;
    height: 285px;
    border-right: 5px solid #c8c1b4;
    border-bottom: 5px solid #c8c1b4;
}
.products_main .introduce ul.c .list .img{
    width: 127px;
    height: 135px;
    overflow: hidden;
}
.products_main .introduce ul.c .list .img img{
    width: 100%;
    height: auto;
}
.products_main .introduce ul.c .list .img02 {
    position: relative;
    left: 15px;
    margin-bottom: 5px;
    height: 21px;
    display: table;
    z-index: 1;
    position: relative;
}
.products_main .introduce ul.c .list .img01{
    width: 130px;
    height: 150px;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}
.products_main .introduce ul.c .list .img01 img{
    width: 100%;
    height: auto;
}
.products_main .introduce ul.c .list .tit{
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
    height: 40px;
    z-index: 1;
    position: relative;
}
.products_main .introduce ul.c .list .content{
    font-size: 14px;
    margin-bottom: 10px;
    color: #515151;
    width: 100%;
    overflow: hidden;
    height: 16px;
    z-index: 1;
    position: relative;
}
.products_main .introduce ul.c .list .price{
    font-size: 17px;
    margin-bottom: 00px;
    color: #F00;
    width: 100%;
    overflow: hidden;
    height: 18px;
    z-index: 1;
    position: relative;
}
.products_main .introduce ul.c .list .time{
    font-size: 12px;
    margin-bottom: 5px;
    color: #e60012;
    width: 100%;
    overflow: hidden;
    height: 18px;
    z-index: 1;
    position: relative;
}

.products_main .introduce ul.c .list a.more{
    width: 114px;
    height: 35px;
    display: block;
    background-image: url('../images/more.png');
    margin: 0 auto;
    margin-top: 5px;
}
.products_main .pagebox {
    background-color: #f7f4ed;
    padding-bottom: 51px;
    padding-top: 30px;
}
.products_main .back {
    background-color: #ffffc8;
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    z-index: 0;
}
.products_main .back:hover {
    opacity: 1;
}

















/*=====================================================*/
/*=====================================================*/
/*===== products_2_main===============*/
/*=====================================================*/

.products_2_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
        /*banner*/
.products_2_banner{
    width: 100%;
    background-color: #ffeca6;
}
.products_2_banner img{
    display: block;
    margin: 0 auto;
}
        /*cookbox*/
.products_2_main .cookbox .cookies .last{
    font-weight:bolder;
}

        /*products_list*/
.products_2_main .products_list .pl_detail{
    overflow: hidden;
}
.products_2_main .products_list .pl_detail .pld_left{
    float: left;
    overflow: hidden;
}
.products_2_main .products_list .pl_detail .pld_left .img_left{
    float: left;
    width: 540px;
}
.products_2_main .products_list .pl_detail .pld_left .img_right{
    float: right;
    width: 410px;
    margin-left: 50px;

}
.products_2_main .products_list .pl_detail .pld_right{
    float: right;
}
.products_2_main .little_img {
    width: 85px;
    float: left;
    margin-right: 40px;
}
.products_2_main .little_img .limg_list{
    width: 90px;
    height: 80px;
    overflow: hidden;
    margin-bottom: 21px;
    cursor: pointer;
}
.products_2_main .little_img .limg_list:last-child{
    margin-bottom: 0px;
}
.products_2_main .big_img {
    float: right;
    width: 410px;
    height: 385px;
    overflow: hidden;
}
.products_2_main .title1{
    font-size: 25px;
    font-weight: bold;
}
.products_2_main .title2{
    font-size: 17px;
    color: #bb9541;
}
.products_2_main .title3{
    color: #959595;
    font-size: 14px;
}
.products_2_main .title4{
    font-size: 20px;
    color: #e60012;
}
.products_2_main .title5{
    font-size: 15px;
    height: 140px;
    overflow: overlay;
    line-height: 1.7;
    padding-right: 20px;
}
.products_2_main .title6{
    font-size: 16px;
    overflow: hidden;
}
.products_2_main .title6 p{
    float: left;
    font-weight: bold;
}
.products_2_main .title6 .cho{
    float: left;
}
.products_2_main .title7{
    font-size: 16px;
    overflow: hidden;
}
.products_2_main .title7 p{
    float: left;
    font-weight: bold;
}
.products_2_main .title7 .cho{
    float: left;
}
.products_2_main .title8{
    font-size: 16px;
    overflow: hidden;
}
.products_2_main .content .chose{
    overflow: hidden;
}

.products_2_main .content .chose div.title{
    float: left;
    width: 193px;
    /* height: 50px; */
    text-align: center;
    background-color: #e5e5e5;
    margin-right: 8px;
    padding: 10px 0;
    cursor: pointer;
}
.products_2_main .content .chose div.title:last-child{
    margin-right:0px;
}
.products_2_main .content .chose div.seat_white{
    background-color: #ebb72f;
}
/*add*/
.products_2_main .add{
 background-color: #fff;
}
.products_2_main  ul{
    overflow: hidden;
}
.products_2_main  ul.add_box .list {
    float: left;
    width: 230px;
    height: 270px;
    margin: 30px 10px;
    padding: 10px 0 20px;
    text-align: center;
    background-color: #e9e9e9;
    position: relative;
}
.products_2_main  ul .list .img02 {
    position: relative;
    left: 15px;
    margin-bottom: 5px;
    height: 21px;
    display: table;
    z-index: 1;
    position: relative;
}
.products_2_main  ul .list .img01 {
    width: 130px;
    height: 150px;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}
.products_2_main  ul .list .tit {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;

    z-index: 1;
    position: relative;
}
.products_2_main  ul .list .content {
    font-size: 14px;
    margin-bottom: 10px;
    color: #515151;
    width: 100%;
    overflow: hidden;
    height: 18px;
    z-index: 1;
    position: relative;
}
.products_2_main  ul .list .price {
    font-size: 17px;
    margin-bottom: 00px;
    color: #e60012;
    width: 100%;
    overflow: hidden;
    height: 18px;
    z-index: 1;
    position: relative;
}
 /* unit */
.products_2_light .unit{
    width: 1000px;
    margin: 40px auto 0;
    overflow: hidden;
    position: relative;
}
.products_2_light .unit .ty , .products_2_light .unit .sn{
    overflow: hidden;
    margin-bottom: 12px;
}
.products_2_light .unit .ty .type01 , .products_2_light .unit .ty .arrow ,
.products_2_light .unit .ty .type02 , .products_2_light .unit .sn .store ,
.products_2_light .unit .sn .lb{
    float: left;
}
.products_2_light .unit .sn .lb{
    margin-left: 80px;
}
.products_2_light .unit p , .products_2_light .unit select , .products_2_light .unit input{
    float: left;
}
.products_2_light .unit .ty .arrow{
    position: relative;
    top: 5px;
    margin:0 12px 0 8px;
}
.products_2_light .unit p{
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: 5px;
    margin-right: 6px;
    letter-spacing: 2px;
}
.products_2_light .unit select{
    margin-right: 12px;
    font-size: 17px;
}
.products_2_light .unit .ci select{
    width: 190px;
    padding-left: 20px;
    color: #362e2b;
}
.products_2_light .unit .ty select{
    width: 190px;
    padding-left: 20px;
    color: #362e2b;
}
.products_2_light .unit .sn a{
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    top: 3px;
    left: 10px;
}
.products_2_light .unit .sn input{
    border: none;
    background: none;
    border-bottom: 1px solid #000;
    width: 140px;
}
.products_2_light .unit a.go{
    width: 75px;
    height: 27px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url('../images/go01.jpg');
    background-repeat: no-repeat;
}
    /*light_box*/
.products_2_light .record {
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
}
.products_2_light  li div{
    /* overflow: hidden; */
    padding: 5px 0;
    float: left;
}
.products_2_light .record ul{
    background-color: #fff;
    width: 950px;
    margin: 0 auto;
}
.products_2_light .record li{
    overflow: hidden;
}
.products_2_light .record li div{
    float: left;
    text-align: center;
}
.products_2_light .record li.title{
    background-color: #f5b92c;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 20px 0 0;
    overflow: hidden;
    padding-bottom: 10px;
}
.products_2_light .record li.title div {
    position: relative;
    top: 6px;
    color: #000 !important;
    font-weight: bold;
    font-size: 18px !important;
}

.products_2_light .record li div:nth-child(1) {
    width: 340px;
}
.products_2_light .record li div:nth-child(2) {
    width: 150px;
}
.products_2_light .record li div:nth-child(3) {
    width: 110px;
}
.products_2_light .record li div:nth-child(4) {
    width: 150px;
}
.products_2_light .record li div:nth-child(5) {
    width: 175px;
    font-size: 16px;
    color: red;
}

.products_2_light .record li.list{
    color: #666156;
    font-size: 15px;
    line-height: 1;
    border-bottom: 2px dotted #ebddbd;
}
.products_2_light .record li.list div{
    overflow: hidden;
    padding-top: 22px;
}
.products_2_light .record li.list div:nth-child(1){
    height: 75px;
    padding-top: 15px;
    overflow: hidden;
    padding-bottom: 10px;
}
.products_2_light .record li.list div:nth-child(2){
    /* height: 10px; */
    padding-top: 22px;
    overflow: hidden;
}
.products_2_light .record li.list div:nth-child(3){
    height: 38px;
    padding-top: 22px;
    border: none;
}
.products_2_light .record li.list div a.book01{
    width: 37px;
    height: 37px;
    display: block;
    background-image: url('../images/book01.jpg')
}
.products_2_light .record li.list div a.book02{
    width: 37px;
    height: 37px;
    display: block;
    background-image: url('../images/book02.jpg')
}

.products_2_light .pb{
    margin-bottom: 60px;
}
.products_2_light .list .l1 img{
    float: left;
}
.products_2_light .list .l1 div{
    float: left;
}
.products_2_light .store .inp{
    width: 190px;
    padding: 0;
    border: none;
    border-bottom: 1px solid #000;
}
.products_2_light .text{
    overflow: hidden;
    display: block;
}
.products_2_light .text p:nth-child(1){
    padding-top: 10px;
}
.products_2_light .text p:nth-child(2){
    padding-top: 10px;
}
.products_2_light .l2 span {
    margin: 0 7px;
}
/*=====================================================*/
/*=====================================================*/
/*===== products_2_main===============*/
/*=====================================================*/

.products_2_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
        /*banner*/
.products_2_banner{
    width: 100%;
    background-color: #f9d6ce;
}
.products_2_banner img{
    display: block;
    margin: 0 auto;
}
        /*cookbox*/
.products_2_main .cookbox .cookies .last{
    font-weight:bolder;
}

        /*products_list*/
.products_2_main .products_list .pl_detail{
    overflow: hidden;
    margin-bottom: 70px;
}
.products_2_main .products_list .pl_detail .pld_left{
    float: left;
    overflow: hidden;
}
.products_2_main .products_list .pl_detail .pld_left .img_left{
    float: left;
    width: 540px;
}
.products_2_main .products_list .pl_detail .pld_left .img_right{
    float: right;
    width: 410px;
    margin-left: 50px;

}
.products_2_main .products_list .pl_detail .pld_right{
    float: right;
}
.products_2_main .little_img {
    width: 85px;
    float: left;
    margin-right: 40px;
}
.products_2_main .little_img .limg_list{
    text-align: center;
    width: 90px;
    height: 80px;
    overflow: hidden;
    margin-bottom: 21px;
    cursor: pointer;
}
.products_2_main .little_img .limg_list:last-child{
    margin-bottom: 0px;
}
.products_2_main .big_img {
    text-align: center;
    float: right;
    width: 410px;
    height: 410px;
    overflow: hidden;
}
.products_2_main .title1{
    font-size: 25px;
    overflow: hidden;
    font-weight: bold;
    width: 410px;
	line-height:30px;
}
.products_2_main .title2{
    font-size: 17px;
    color: #bb9541;
    margin: 12px 0 10px 0;
    width: 410px;
    height: 20px;
    overflow: hidden;
}
.products_2_main .title3{
    color: #888889;
    font-size: 14px;
    margin-bottom: 10px;
}
.products_2_main .title4{
    font-size: 20px;
    color: #221814;
    margin-bottom:14px;
}
.products_2_main .title5{
    font-size: 15px;
    height: 120px;
    overflow: overlay;
    line-height: 1.7;
    padding-right: 20px;
    margin-bottom: 15px;
}
.products_2_main .title6{
    font-size: 16px;
    overflow: hidden;
}
.products_2_main .title6 p{
    float: left;
    font-weight: bold;
    position: relative;
    top: 4px;
    margin-right: 10px;
}
.products_2_main .title6 .cho{
    float: left;
}
.products_2_main .title7{
    font-size: 16px;
    overflow: hidden;
}
.products_2_main .title7 p{
    float: left;
    font-weight: bold;
    position: relative;
    top: 4px;
    margin-right: 10px;
}
.products_2_main .title7 .cho{
    float: left;
}
.products_2_main .title8{
    font-size: 16px;
    overflow: hidden;
}
.products_2_main .content .chose{
    overflow: hidden;
}

.products_2_main .content .chose div.title{
    float: left;
    width: 193px;
    /* height: 50px; */
    text-align: center;
    background-color: #e5e5e5;
    margin-right: 8px;
    padding: 10px 0;
    cursor: pointer;
}
.products_2_main .content .chose div.litle01{
    font-size: 18px;
}
.products_2_main .content .chose div.litle02{
    font-size: 12px;
}
.products_2_main .content .chose div.title:last-child{
    margin-right:0px;
}
.products_2_main .content .chose div.seat_white{
    background-color: #ebb72f;
}
/*add*/
.products_2_main .add{
 background-color: #fff;
 margin-top: 60px;
}
.products_2_main .add .addc{
    font-size: 24px;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 8px;
}
.products_2_main .add .adde{
    font-size: 16px;
    text-align: center;
}
.products_2_main  ul.add_box{
    overflow: hidden;
}
.products_2_main  ul.add_box .list {
    float: left;
    width: 230px;
    height: 370px;
    margin: 30px 10px;
    padding: 10px 0 20px;
    text-align: center;
    background-color: #e9e9e9;
    position: relative;
}
.products_2_main  ul.add_box .list .img02 {
    position: relative;
    left: 15px;
    margin-bottom: 5px;
    height: 21px;
    display: table;
    z-index: 1;
    position: relative;
}
.products_2_main  ul.add_box .list .img01 {
    width: 195px;
    height: 225px;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}
.products_2_main  ul.add_box .list .tit {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 8px;
    width: 100%;

    z-index: 1;
    position: relative;
}
.products_2_main  ul.add_box .list .content {
    font-size: 14px;
    margin-bottom: 10px;
    color: #515151;
    width: 100%;
    overflow: hidden;
    height: 18px;
    z-index: 1;
    position: relative;
}
.products_2_main  ul.add_box .list .price {
    font-size: 17px;
    margin-bottom: 00px;
    color: #e60012;
    width: 100%;
    overflow: hidden;
    height: 18px;
    z-index: 1;
    position: relative;
}
.products_2_main div.bottom{
    margin-top: 30px;
    margin-left: 30px;
}
.products_2_main div.bottom p{
    font-size: 15px;
    line-height: 1.8;
}
.products_2_main a.back{
    display: block;
    width: 102px;
    height: 36px;
    background-image: url('../images/back.png');
    margin: 34px 0 34px 34px;
}
            /*click*/
.products_2_light .click{
    width: 950px;
    margin: 0 auto;
    overflow: hidden;
}
.products_2_light .click img{
    width: 183px;
    height: 55px;
    overflow: hidden;
    float: right;
}
.products_2_main .add .checkbox-group label {
    position: relative;
    left: -85px;
    top: -8px;
}
.products_2_main .html {
    background-color: #fff;
}

















/*=====================================================*/
/*=====================================================*/
/*===== classroom_main===============*/
/*=====================================================*/

.classroom_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

        /*banner*/
.classroom_banner{
    width: 100%;
    background-color: #ffeca6;
}
.classroom_banner img{
    display: block;
    margin: 0 auto;
}
        /*cookbox*/
.classroom_main .cookbox .cookies .last{
    font-weight:bolder;
}
.classroom_main .cookbox .title:hover{
    color: #362e2b;
    font-weight:bold;
    border-bottom: 5px solid #f5b92c;
}
        /*news*/
.classroom_main .news ul{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.classroom_main .news ul li.list{
    /* overflow: hidden; */
    width: 298px;
    height: 350px;
    float: left;
    background-color: #fff;
    margin-bottom: 87px;
    padding-bottom: 10px;
    box-shadow: 6px 6px 1px #ddd8ce;
    position: relative;
}

.classroom_main .news ul li:hover{
    box-shadow: 6px 6px 1px #f5b92c;
}
.classroom_main .news ul li:hover .img02{
    background-image: url('../images/cross02.png');
    opacity: 1;
}
.classroom_main .news ul .list a{
    opacity: 1;
}

/* .classroom_main .news ul .list .img02:hover{
    background-image: url('../images/cross02.png');
} */


.classroom_main .news ul li:nth-child(2) , .classroom_main .news ul li:nth-child(5) ,.classroom_main .news ul li:nth-child(8){
    margin: 0 50px;
}

.classroom_main .news ul .list img{
    display: block;
    width: 100%;
    height: auto;
}
.classroom_main .news ul .list .right{
    width: 260px;
    text-align: center;
    margin: 0 auto;
}
.classroom_main .news ul .list .img01{
    width: 260px;
    height: 204px;
    overflow: hidden;
    margin: 20px auto 0;
}
.classroom_main .news ul .list .img01 img{
    width: 100%;
    height: auto;
    display: block
}
.classroom_main .news ul .list .img02{
    width: 53px;
    height: 53px;
    position: absolute;
    left: 120.5px;
    bottom: -28px;
    background-image: url('../images/cross01.png');
    background-repeat: no-repeat;
}

.classroom_main .news ul .list .content{
    font-size: 19px;
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
    height: 20px;
    color: #000000;
    font-weight: bold;
    margin: 20px auto 0;
}
.classroom_main .news ul .list .price{
    font-size: 15px;
    color: #666156;
    width: 220px;
    height: 40px;
    overflow: hidden;
    margin: 14px auto 0;
}
.classroom_main .pb{
    margin-bottom:50px;
    margin-top: 0px;
}











/*=====================================================*/
/*=====================================================*/
/*===== classroom_detail_main===============*/
/*=====================================================*/

.classroom_detail_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
        /*banner*/
.classroom_detail_banner{
    width: 100%;
    background-color: #ffeca6;
}
.classroom_detail_banner img{
    display: block;
    margin: 0 auto;
}
        /* cookies */
.classroom_detail .cookbox .cookies .last{
    font-weight:bolder;
}
        /*news*/
.classroom_detail_main .news{
    margin-bottom: 80px;
    padding-bottom: 35px;
    background-color: #fff;
}
.classroom_detail_main .news .class01{
    width: 657px;
    margin: 0 auto;
    height: 430px;
    padding-top: 40px;
}
.classroom_detail_main .news .class01 .title{
    font-size: 17px;
    background-color: #f5b92c;
    margin-bottom: 10px;
    display: table;
    padding: 0 20px;
}
.classroom_detail_main .news .class01 p{
    font-size: 21px;
    overflow: hidden;
    width: 500px;
    height: 20px;
}
.classroom_detail_main .news .class01 .video{
    width: 655px ;
    height:375px ;
    margin-top: 20px;
    overflow: hidden;
}
.classroom_detail_main .news .class01 .video iframe{
    width: 100%;
    height: 100%;
    display: block;
}
.classroom_detail_main .news .class02{
    width: 1000px;
    height: 430px;
    margin-left: 162px;
    margin-top: 50px;
}
.classroom_detail_main .news .class02 .title{
    font-size: 17px;
    background-color: #f5b92c;
    margin-bottom: 10px;
    display: table;
    padding: 0 20px;
}
.classroom_detail_main .news .class02 p{
    font-size: 21px;
    width: 500px;
    height: 20px;
    overflow: hidden;
}
.classroom_detail_main .news .class02 .video{
    width: 655px ;
    height:375px ;
    margin-top: 20px;
}
.classroom_detail_main .news .class02 .video iframe{
    width: 100%;
    height: 100%;
    display: block;
}
.classroom_detail_main .news a.back{
    display: block;
    width: 102px;
    height: 36px;
    background-image: url('../images/back.png');
    margin-top: 52px;
    margin-left: 158px;
}













/*=====================================================*/
/*=====================================================*/
/*===== news_1_main===============*/
/*=====================================================*/

.news_1_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
        /*banner*/
.news_1_banner{
    width: 100%;
    background-color: #ffeca6;
}
.news_1_banner img{
    display: block;
    margin: 0 auto;
}
        /*cookbox*/
.news_1_main .cookbox .cookies .last{
    font-weight:bolder;
}

.news_1_main .cookbox .title{
    color: #362e2b;
    font-size: 18px;
    padding: 10px 30px;
    border-bottom: 5px solid #e3decc;
    margin-top: 32px;
    margin-bottom: 48px;
    float: left;
    cursor: pointer;
}
.news_1_main .cookbox .title.ii{
    color: #362e2b;
    font-weight:bold;
    border-bottom: 5px solid #f5b92c;
}.news_1_main .cookbox .title:hover{
    color: #362e2b;
    font-weight:bold;
    border-bottom: 5px solid #f5b92c;
}
        /*news*/

.news_1_main .news ul{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.news_1_main .news ul li{
    overflow: hidden;
    width: 470px;
    float: left;
    background-color: #fff;
    margin-bottom: 60px;
}
.news_1_main .news ul li:nth-child(2n){
    margin-left: 60px
}
.news_1_main .news ul .list .img{
    float: left;
}
.news_1_main .news ul .list .right{
    float: right;
    width: 240px;
}
.news_1_main .news ul .list .img{
    width: 208px;
    height: 163px;
    overflow: hidden;
    position: relative;
}
.news_1_main .news ul .list .img img{
    width: 100%;
    height: auto;
}
.news_1_main .beye img {
    width: 85px !important;
    height: 87px !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.news_1_main .news ul .list .tit{
    font-size: 14px;
    margin-top: 9px;
    margin-bottom: 10px;
    overflow: hidden;
    height: 18px;
    border-bottom: 2px dotted #d99e23;
    display: table;
    padding-bottom: 6px;
    color: #bb9541;
}
.news_1_main .news ul .list .content{
    font-size: 19px;
    margin-bottom: 10px;
    color: #515151;
    width: 100%;
    overflow: hidden;
    max-height: 59px;
    color: #000000;
    font-weight: bold;
}
.news_1_main .news ul .list .price{
    font-size: 15px;
    color: #666156;
    width: 220px;
    overflow: hidden;
    height: 40px;
}
.news_1_main .pb{
    margin-top: 0px;
    margin-bottom: 50px;
}


/*=====================================================*/
/*=====================================================*/
/*===== news_1_2_main===============*/
/*=====================================================*/
.news_1_2_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
        /*banner*/
.news_1_2_banner{
    width: 100%;
    background-color: #ffeca6;
}
.news_1_2_banner img{
    display: block;
    margin: 0 auto;
}
        /*cookbox*/
.news_1_2_main .cookbox .cookies .last{
    font-weight:bolder;
}
.news_1_2_main .cookbox .title{
    color: #362e2b;
    font-size: 18px;
    padding: 10px 30px;
    border-bottom: 5px solid #e3decc;
    margin-top: 32px;
    margin-bottom: 48px;
    float: left;
    cursor: pointer;
}
.news_1_2_main .cookbox .title:hover{
    color: #362e2b;
    font-weight:bold;
    border-bottom: 5px solid #f5b92c;
}
.news_1_2_main .cookbox .title.ii{
    color: #362e2b;
    font-weight:bold;
    border-bottom: 5px solid #f5b92c;
}
        /*news*/
.news_1_2_main  .news {
    padding-bottom: 50px;
}
.news_1_2_main  .news .img_box{
    margin: 0 auto;
    width: 623px;
    height: auto;
    /*overflow: hidden;*/
}
.news_1_2_main  .news .img_box img{
    display: block;
    width: 100%;
}
.news_1_2_main  .news section{
    margin: 20px auto;
}
.news_1_2_main  .news section .date{
    width: 80px;
    margin: 0 auto 20px;
    color: #bb9541;
    text-align: center;
    border-bottom: 3px dotted #bb9541;
    padding-bottom: 6px;
    overflow: hidden;
}
.news_1_2_main  .news section .title{
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    color: #010101;
    width: 100%;
    height: 20px;
    margin: 0 auto;
    overflow: hidden;
}
.news_1_2_main  .news article{
    width:870px;
    margin: 0 auto;
}
.news_1_2_main  .news article p{
    font-size: 18px;
    color: #666156;
    line-height: 1.7;
    text-align: justify;
}
.news_1_2_main  .news article p span{
    /*display: block;
    padding-top: 40px;*/
}
.news_1_2_main  .news a.back{
    display: block;
    width: 102px;
    height: 36px;
    background-image: url('../images/back.png');
    margin-top: 100px;
    margin-left: 65px;
}





/*=====================================================*/
/*=====================================================*/
/*===== news_2_main===============*/
/*=====================================================*/
.news_2_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
        /*banner*/
.news_2_banner{
    width: 100%;
    background-color: #ffeca6;
}
.news_2_banner img{
    display: block;
    margin: 0 auto;
}
        /*cookbox*/
.news_2_main .cookbox .cookies .last{
    font-weight:bolder;
}
.news_2_main .cookbox .title{
    color: #362e2b;
    font-size: 18px;
    padding: 10px 30px;
    border-bottom: 5px solid #e3decc;
    margin-top: 32px;
    margin-bottom: 48px;
    float: left;
    cursor: pointer;
}
.news_2_main .cookbox .title:hover{
    color: #362e2b;
    font-weight:bold;
    border-bottom: 5px solid #f5b92c;
}
.news_2_main .cookbox .title.ii{
    color: #362e2b;
    font-weight:bold;
    border-bottom: 5px solid #f5b92c;
}
        /*news*/
.news_2_main  .news {
    padding-bottom: 175px;
    overflow: hidden;
}
.news_2_main  .news .img_box01{
    margin: 0 auto;
    width: 325px;
    height: 255px;
    float: left;
    overflow: hidden;
}
.news_2_main  .news .img_box01 img{
    display: block;
    width: 100%;
}
.news_2_main  .news .img_box02{
    margin: 0 auto;
    width: 325px;
    height: 255px;
    float: left;
    margin: 0 12px;
    overflow: hidden;
}
.news_2_main  .news .img_box02 img{
    display: block;
    width: 100%;
}
.news_2_main  .news .img_box03{
    margin: 0 auto;
    width: 325px;
    height: 255px;
    float: left;
    overflow: hidden;
}
.news_2_main  .news .img_box03 img{
    display: block;
    width: 100%;
}





/*=====================================================*/
/*=====================================================*/
/*===== news_2_2_main===============*/
/*=====================================================*/

.news_2_2_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
        /*banner*/
.news_2_2_banner{
    width: 100%;
    background-color: #ffeca6;
}
.news_2_2_banner img{
    display: block;
    margin: 0 auto;
}
        /*cookbox*/
.news_2_2_main .cookbox .cookies .last{
    font-weight:bolder;
}

.news_2_2_main .cookbox .title{
    color: #362e2b;
    font-size: 18px;
    padding: 10px 30px;
    border-bottom: 5px solid #e3decc;
    margin-top: 32px;
    margin-bottom: 48px;
    float: left;
    cursor: pointer;
}
.news_2_2_main .cookbox .title:hover{
    color: #362e2b;
    font-weight:bold;
    border-bottom: 5px solid #f5b92c;
}
.news_2_2_main .cookbox .title.ii{
    color: #362e2b;
    font-weight:bold;
    border-bottom: 5px solid #f5b92c;
}
        /*news*/
.news_2_2_main  .news #video{
    width: 200px;
    height: 30px;
    font-size: 17px;
    margin-bottom: 34px;
    letter-spacing: 2px;
    padding-left: 28px;
}
.news_2_2_main .news ul{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.news_2_2_main .news ul li{
    overflow: hidden;
    width: 470px;
    float: left;
    background-color: #fff;
    margin-bottom: 60px;
}
.news_2_2_main .news ul li:nth-child(2n){
    margin-left: 60px
}
.news_2_2_main .news ul .list .img{
    float: left;
}
.news_2_2_main .news ul .list .right{
    float: right;
    width: 240px;
}
.news_2_2_main .news ul .list .img{
    width: 208px;
    height: 163px;
    overflow: hidden;
    position: relative;
}
/*.news_2_2_main .news ul .list .img img{
    width: 100%;
    height: auto;
}*/
.news_2_2_main .beye img {
    width: 85px !important;
    height: 87px !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.news_2_2_main .news ul .list .tit{
    font-size: 14px;
    margin-top: 9px;
    margin-bottom: 10px;
    overflow: hidden;
    height: 18px;
    border-bottom: 2px dotted #d99e23;
    display: table;
    padding-bottom: 6px;
    color: #bb9541;
}
.news_2_2_main .news ul .list .content{
    font-size: 19px;
    margin-bottom: 10px;
    color: #515151;
    width: 100%;
    overflow: hidden;
    max-height: 59px;
    color: #000000;
    font-weight: bold;
}
.news_2_2_main .news ul .list .price{
    font-size: 15px;
    color: #666156;
    width: 220px;
    overflow: hidden;
    height: 40px;
}
.news_2_2_main .pb{
    margin-bottom: 50px;
    margin-top: 0px;
}




/*=====================================================*/
/*=====================================================*/
/*===== news_2_3_main===============*/
/*=====================================================*/
.news_2_3_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
        /*banner*/
.news_2_3_banner{
    width: 100%;
    background-color: #ffeca6;
}
.news_2_3_banner img{
    display: block;
    margin: 0 auto;
}
        /*cookbox*/
.news_2_3_main .cookbox .cookies .last{
    font-weight:bolder;
}
.news_2_3_main .cookbox .title{
    color: #362e2b;
    font-size: 18px;
    padding: 10px 30px;
    border-bottom: 5px solid #e3decc;
    margin-top: 32px;
    margin-bottom: 48px;
    float: left;
    cursor: pointer;
}
.news_2_3_main .cookbox .title:hover{
    color: #362e2b;
    font-weight:bold;
    border-bottom: 5px solid #f5b92c;
}
.news_2_3_main .cookbox .title.ii{
    color: #362e2b;
    font-weight:bold;
    border-bottom: 5px solid #f5b92c;
}
        /*news*/
.news_2_3_main  .news {
    padding-bottom: 50px;
}
.news_2_3_main  .news .img_box{
    margin: 0 auto;
    width: 623px;
    height: 468px;
    overflow: hidden;
}
.news_2_3_main  .news .img_box iframe{
    display: block;
    width: 100%;
    height: 100%;
}
.news_2_3_main  .news section{
    margin: 20px auto;
}
.news_2_3_main  .news section .date{
    width: 80px;
    margin: 0 auto 20px;
    color: #bb9541;
    text-align: center;
    border-bottom: 3px dotted #bb9541;
    padding-bottom: 8px;
}
.news_2_3_main  .news section .title{
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    color: #010101;
    width: 300px;
    height: 20px;
    margin: 0 auto;
    overflow: hidden;
}
.news_2_3_main  .news article{
    width:870px;
    margin: 0 auto;
}
.news_2_3_main  .news article p{
    font-size: 18px;
    color: #666156;
    line-height: 1.7;
    text-align: justify;
}
/*.news_2_3_main  .news article p span{
    display: block;
    padding-top: 40px;
}*/
.news_2_3_main  .news a.back{
    display: block;
    width: 102px;
    height: 36px;
    background-image: url('../images/back.png');
    margin-top: 100px;
    margin-left: 65px;
}















/*=====================================================*/
/*=====================================================*/
/*===== products_2_3_main===============*/
/*=====================================================*/

.products_2_3_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

        /*cookbox*/
.products_2_3_main .cookbox .cookies .last{
    font-weight:bolder;
}
        /*news*/
.products_2_3_main .news{
    padding-bottom: 50px;
}
.products_2_3_main .title {
    color: #d79700;
    font-size: 21px;
    display: table;
    margin: 0 auto;
    padding: 10px 58px;
    border: 2px solid #d79700;
}
.products_2_3_main .news section{
    width: 1000px;
    /* height: 500px; */
    margin-top: 50px;
    background-color: #fff;
}
.products_2_3_main .news section .prd{
    width: 1000px;
    padding-top: 50px;
}
.products_2_3_main .news section .prd .tle{
    height: 21px;
    overflow: hidden;
    font-size: 25px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 1px;
}
.products_2_3_main .news section .prd .type{
    height: 20px;
    overflow: hidden;
    font-size: 18px;
    color: #bb9541;
    margin: 14px auto 11px;
    text-align: center;
}
.products_2_3_main .news section .prd .price span{
    text-decoration: line-through;
}
.products_2_3_main .news section .prd .price{
    height: 20px;
    overflow: hidden;
    font-size: 16px;
    color:#9c9c9c ;
    margin: 0 auto 10px;
    text-align: center;
}
.products_2_3_main .news section .prd .onsale{
    height: 21px;
    overflow: hidden;
    font-size: 20px;
    color: #e60012;
    margin: 0 auto ;
    text-align: center;
}
.products_2_3_main .news section .img_box{
    width: 246px;
    overflow: hidden;
    margin: 60px auto 90px;
}
.products_2_3_main .news section .img_box img{
    display: block;
    width: 100%;
    height: auto;
}
.products_2_3_main .news section .prd .pps{
    color: #d21b1b;
    width: 430px;
    height: 20px;
    overflow: hidden;
    font-size: 18px;
    margin: 0 auto ;
    text-align: center;
}

.products_2_3_main .news ul.contact{
    width: 640px;
    margin:20px auto;
}
.products_2_3_main .news ul.contact li{
    font-size: 16px;
    color: #000;
    margin:8px 0;
    overflow: hidden;
}
.products_2_3_main .news ul.contact  li div{
    overflow: hidden;
}

.products_2_3_main .news ul.contact  li div p,
.products_2_3_main .news ul.contact  li div input,
.products_2_3_main .news ul.contact  li div textarea{
    float:left;
}
.products_2_3_main .news ul.contact  li div p img{
    margin-right: 6px;
}
.products_2_3_main .news ul.contact  li div p{
    width: 110px;
    margin-right: 5px;
    position: relative;
    top: 10px;
    letter-spacing: 7px;
    height: 20px;
    overflow: hidden;
}
.products_2_3_main .news ul.contact  li div p span{
    margin-right: 46px;
}
.products_2_3_main .news ul.contact  li div input{
    border:1px solid #c8c8c8;
    height: 40px;
    width: 500px;
    padding: 0;
    margin: 0;
}
.products_2_3_main .news ul.contact li div select{
    width: 504px;
    height: 40px;
    padding-left: 28px;
    letter-spacing: 4px;
    font-size: 18px;
    color: #676156;
}
.products_2_3_main .news ul.contact  li div textarea{
    border:1px solid #c8c8c8;
    width: 490px;
    height: 130px;
}
.products_2_3_main .news ul.contact  li:nth-child(1){
    overflow: hidden;
}
.products_2_3_main .news ul.contact  li:nth-child(1) div{
    float:left;
}
.products_2_3_main .news ul.contact  li:nth-child(1) div:nth-child(1){
    margin-right: 20px;
}
.products_2_3_main .news ul.contact li:nth-child(1) div input{
    width: 500px;
}
.products_2_3_main .news ul.contact li:nth-child(5){
    overflow: hidden;
    margin: -8px 0;
}
.products_2_3_main .news ul.contact  li:nth-child(5) div:nth-child(1){
    margin-right: 20px;
}
.products_2_3_main .news ul.contact  li:nth-child(5) input{
    width: 220px;
}
.products_2_3_main .news ul.contact  li:nth-child(5) div{
    float:left;
}
.products_2_3_main .news ul.contact li:nth-child(6) img{

}
.products_2_3_main .news ul.contact li:nth-child(6) img:hover{
    opacity:0.6;
}
.products_2_3_main .news ul.contact  li:nth-child(6) input{
    float:left;
    width: 164px;
    margin-right: 12px;
}
.products_2_3_main .news ul.contact  li:nth-child(6) .h{
    position: relative;
    top: 2px;
}
.products_2_3_main .news ul.contact  li:nth-child(6) .h a{
    position: relative;
    top: 2px;
    left: 5px;
}
.products_2_3_main .news section a.confirm{
    width: 141px;
    height: 40px;
    display: block;
    background-image: url('../images/go.png');
    background-repeat: no-repeat;
     margin-top: 30px;
    padding-bottom: 100px;
    position: relative;
    right: -600px;
}
.products_2_3_main .news a.back{
    display: block;
    width: 102px;
    height: 36px;
    background-image: url('../images/back.png');
    margin-top: 50px;
    margin-left: 45px;
}







/*=====================================================*/
/*=====================================================*/
/*===== products_3_main===============*/
/*=====================================================*/

.products_3_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
        /*banner*/
.products_3_banner{
    width: 100%;
    background-color: #f9d6ce;
}
.products_3_banner img{
    display: block;
    margin: 0 auto;
}
        /*cookbox*/
.products_3_main .cookbox .cookies .last{
    font-weight:bolder;
}

        /*products_list*/
.products_3_main .products_list .pl_detail{
    overflow: hidden;
    margin-bottom: 70px;
}
.products_3_main .products_list .pl_detail .pld_left{
    float: left;
    overflow: hidden;
}
.products_3_main .products_list .pl_detail .pld_left .img_left{
    float: left;
    width: 540px;
}
.products_3_main .products_list .pl_detail .pld_left .img_right{
    float: right;
    width: 410px;
    margin-left: 50px;

}
.products_3_main .products_list .pl_detail .pld_right{
    float: right;
}
.products_3_main .little_img {
    width: 85px;
    float: left;
    margin-right: 40px;
}
.products_3_main .little_img .limg_list{
    width: 90px;
    height: 80px;
    overflow: hidden;
    margin-bottom: 21px;
    cursor: pointer;
}
.products_3_main .little_img .limg_list:last-child{
    margin-bottom: 0px;
}
.products_3_main .little_img .limg_list img{
    width: 100%;
    height: auto;
}
.products_3_main .big_img {
    float: right;
    width: 410px;
    height: 385px;
    overflow: hidden;
}
.products_3_main .big_img img{
    width: 100%;
    height: auto;
}
.products_3_main .title1{
    font-size: 25px;
    overflow: hidden;
    font-weight: bold;
    width: 410px;
    height: 21px;
}
.products_3_main .title2{
    font-size: 17px;
    color: #bb9541;
    margin: 12px 0 10px 0;
    width: 410px;
    height: 20px;
    overflow: hidden;
}
.products_3_main .title3{
    color: #959595;
    font-size: 14px;
    margin-bottom: 10px;
}
.products_3_main .title4{
    font-size: 20px;
    color: #e60012;
    margin-bottom:14px;
}
.products_3_main .title5{
    font-size: 15px;
    height: 120px;
    overflow: overlay;
    line-height: 1.7;
    padding-right: 20px;
    margin-bottom: 15px;
}
.products_3_main .title6{
    font-size: 16px;
    overflow: hidden;
}
.products_3_main .title6 p{
    float: left;
    font-weight: bold;
    position: relative;
    top: 4px;
    margin-right: 10px;
}
.products_3_main .title6 .cho{
    float: left;
}
.products_3_main .title7{
    font-size: 16px;
    overflow: hidden;
}
.products_3_main .title7 p{
    float: left;
    font-weight: bold;
    position: relative;
    top: 4px;
    margin-right: 10px;
}
.products_3_main .title7 .cho{
    float: left;
}
.products_3_main .title8{
    font-size: 16px;
    overflow: hidden;
}
.products_3_main .title9{
    width: 140px;
    height: 40px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    top: 16px;
    left: 6px;
    color: #e60012;
}
.products_3_main span.star{
    display: inline-block;
    color: #e60012;
    position: relative;
    top: -7px;
    left: 8px;
}
.products_3_main .content .chose{
    overflow: hidden;
}

.products_3_main .content .chose div.title{
    float: left;
    width: 193px;
    /* height: 50px; */
    text-align: center;
    background-color: #e5e5e5;
    margin-right: 8px;
    padding: 10px 0;
    cursor: pointer;
}
.products_3_main .content .chose div.litle01{
    font-size: 18px;
}
.products_3_main .content .chose div.litle02{
    font-size: 12px;
}
.products_3_main .content .chose div.title:last-child{
    margin-right:0px;
}
.products_3_main .content .chose div.seat_white{
    background-color: #ebb72f;
}
/*add*/
.products_3_main .add{
 background-color: #fff;
 margin-top: 60px;
}
.products_3_main .add .addc{
    font-size: 24px;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 8px;
}
.products_3_main .add .adde{
    font-size: 16px;
    text-align: center;
}
.products_3_main  ul.add_box{
    overflow: hidden;
}
.products_3_main  ul.add_box .list {
    float: left;
    width: 230px;
    height: 270px;
    margin: 30px 10px;
    padding: 10px 0 20px;
    text-align: center;
    background-color: #e9e9e9;
    position: relative;
}
.products_3_main  ul.add_box .list .img02 {
    position: relative;
    left: 15px;
    margin-bottom: 5px;
    height: 21px;
    display: table;
    z-index: 1;
    position: relative;
}
.products_3_main  ul.add_box .list .img01 {
    width: 130px;
    height: 150px;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}
.products_3_main  ul.add_box .list .tit {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 8px;
    width: 100%;
    overflow: hidden;
    height: 18px;
    z-index: 1;
    position: relative;
}
.products_3_main  ul.add_box .list .content {
    font-size: 14px;
    margin-bottom: 10px;
    color: #515151;
    width: 100%;
    overflow: hidden;
    height: 18px;
    z-index: 1;
    position: relative;
}
.products_3_main  ul.add_box .list .price {
    font-size: 17px;
    margin-bottom: 00px;
    color: #e60012;
    width: 100%;
    overflow: hidden;
    height: 18px;
    z-index: 1;
    position: relative;
}
.products_3_main div.bottom{
    margin-top: 30px;
    margin-left: 30px;
}
.products_3_main div.bottom p{
    font-size: 15px;
    line-height: 1.8;
}
.products_3_main a.back{
    display: block;
    width: 102px;
    height: 36px;
    background-image: url('../images/back.png');
    margin: 34px 0 34px 34px;
}
.products_3_main .html {
    background-color: #fff;
}
.products_3_main .add .checkbox-group label {
    position: relative;
    left: -85px;
    top: -8px;
}













/*=====================================================*/
/*=====================================================*/
/*===== qa_main===============*/
/*=====================================================*/

.qa_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
        /*banner*/
.qa_banner{
    width: 100%;
    background-color: #ffeca6;
}
.qa_banner img{
    display: block;
    margin: 0 auto;
}
        /*cookbox*/
.qa_main .cookbox .cookies .last{
    font-weight:bolder;
}

.qa_main .cookbox .title{
    color: #362e2b;
    font-size: 18px;
    padding: 10px 30px;
    border-bottom: 5px solid #e3decc;
    margin-top: 32px;
    margin-bottom: 48px;
    float: left;
    cursor: pointer;
}
.qa_main .cookbox .title:hover{
    color: #362e2b;
    font-weight:bold;
    border-bottom: 5px solid #f5b92c;
}
.qa_main  .cookbox #question{
    width: 170px;
    height: 30px;
    font-size: 18px;
    margin-top: 46px;
    letter-spacing: 2px;
}
.qa_main .cookbox ul{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
        /*news*/
.qa_main .news ul{
    overflow: hidden;
    padding-left: 20px;
}
.qa_main .news ul li{
    overflow: hidden;
    width: 460px;
    height: 140px;
    float: left;
    background-color: #fff;
    margin-bottom: 40px;
}
.qa_main .news ul li:nth-child(2n){
    margin-left: 60px
}
.qa_main .news ul li.list:hover{
    background-image: url('../images/qa_bg.png');
    background-repeat: no-repeat;
    border-bottom: 2px inset #f5b92c;
    border-right: 2px inset #f5b92c ;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.qa_main .news ul li.list .img{
    width: 57px;
    height: 57px;
    overflow: hidden;
    float: left;
    padding-top:13px;
    padding-left: 10px;
}
.qa_main .news ul li.list .img img{
    width: 100%;
    height: auto;
}
.qa_main .news ul .list .right{
    float: left;
    width: 365px;
    margin-left: 20px;
    margin-top: 25px;
}
.qa_main .news ul .list .right p{
    font-size: 18px;
    height: 55px;
    overflow: hidden;
    line-height: 1.7;
}
.qa_main .pb{
    margin-bottom: 50px;
}













/*=====================================================*/
/*=====================================================*/
/*===== qa_detail_main===============*/
/*=====================================================*/

.qa_detail_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
        /*banner*/
.qa_detail_banner{
    width: 100%;
    background-color: #ffeca6;
}
.qa_detail_banner img{
    display: block;
    margin: 0 auto;
}
        /*cookbox*/
.qa_detail_main .cookbox .cookies .last{
    font-weight:bolder;
}

        /*news*/
.qa_detail_main  .news {
    padding-bottom: 50px;
    background-color:#fff;
    margin-bottom: 100px;
}
.qa_detail_main  .news .q{
    overflow: hidden;
    padding-top: 40px;
    padding-left: 40px;
}
.qa_detail_main  .news .q img{
    display: block;
    float: left;
    margin-right: 25px
}
.qa_detail_main  .news .q p{
    float: left;
    margin-top: 11px;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #000;
    height: 20px;
    overflow: hidden;
}
.qa_detail_main  .news .a{
    overflow: hidden;
    margin-top: 30px;
    padding-left: 40px;
}
.qa_detail_main  .news .a img{
    display: block;
    float: left;
    margin-right: 25px;
    margin-top: 16px;
}
.qa_detail_main  .news .a p{
    float: left;
    margin-top: 11px;
    font-size: 18px;
    width: 835px;
    line-height: 1.8;
    color: #666156;
    text-align: justify;
}
.qa_detail_main  .news a.back{
    display: block;
    width: 102px;
    height: 36px;
    background-image: url('../images/back.png');
    margin-top: 50px;
    margin-left: 102px;
}









/*=====================================================*/
/*=====================================================*/
/*===== question_1_main===============*/
/*=====================================================*/

.question_1_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
        /*banner*/
.question_1_banner{
    width: 100%;
    background-color: #ffeca6;
}
.question_1_banner img{
    display: block;
    margin: 0 auto;
}
        /*cookbox*/
.question_1_main .cookbox .cookies .last{
    font-weight:bolder;
}
    /*form*/
.question_1_main .form{
    width: 880px;
    padding-left: 120px;
    overflow: hidden;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 80px;
    margin-top: 60px;
    border-bottom: 2px dotted #e6d3aa;
}
.question_1_main .fix{
    border-bottom:none;
    margin-bottom: 85px;

}
.question_1_main .form .title{
    font-size: 21px;
    color: #d79700;
}
.question_1_main .form .title p{
    width: 600px;
    height: 25px;
    font-weight: bold;
    text-align: center;
}
.question_1_main .form article{
    float: left;
}
.question_1_main .form .an{
    /* top: 0; */
}
.question_1_main .form .anmail{
    color: #666156;
}
.question_1_main .form .address{
    width: 185px;
}
.question_1_main .form .address2{
    width: 255px;
}
.question_1_main .form .address:nth-child(1){
    margin-right:15px;
    height: 40px;
}
.question_1_main .form .in{
    width: 305px;
}
.question_1_main .form .ch{
    width: 45px;
    margin-left: 10px;
}
.question_1_main .form .textt{
    font-size: 17px;
    width: 20px;
    margin: 0;
}
.question_1_main .form .star{
    width: 15px;
    color: #f5b92c;
    font-size: 25px;
    position: relative;
    top: 13px;
}

.question_1_main .form .bron .address{
    width: 150px;
    height: 40px;
}
.question_1_main .form .bron .address2{
    width: 150px;
}
.question_1_main .form .ex2{
    width: 250px;
}
.question_1_main .form .ex2{
    width: 250px;
}
.question_1_main .form .textarea{
    width: 455px;
    height: 175px;
}

.question_1_main .contact{
    width: 540px;
    margin:0 auto;
    position: relative;
}
.question_1_main  li{
    font-size: 16px;
    color: #000;
    margin:25px 0;
    overflow: hidden;
}
.question_1_main  li div{
    /* overflow: hidden; */
    padding: 5px 0;
    float: left;
    margin-left: 10px;
}
.question_1_main  li div span,
.question_1_main  li div p,
.question_1_main  li div input,
.question_1_main  li div textarea{
    float:left;
}
.question_1_main  li div span{
    width: 125px;
    height: 20px;
    margin-right: 5px;
}
.question_1_main li div span.more {
    width: 42px;
    color: #1d2088;
    text-decoration: underline;
}
.question_1_main  li div p{
    width: 94px;
    height: 45px;
    margin-right: 5px;
    position: relative;
    top: 10px;
}
.question_1_main li div input {
    border: 2px solid #d7d2c7;
    height: 28px;
    width: 450px;
    margin: 0;
}
.question_1_main li div input.input2 {
    border: 2px solid #d7d2c7;
    height: 28px;
    width: 300px;
    margin: 0;
    margin-right: 15px;
}
.question_1_main .cclick{
    position: absolute;
    bottom: 25px;
    right: 145px;
}
/*ul.step*/
.question_1_main  ul.step{
    margin-top: 30px;
    overflow: hidden;
    border-bottom: 3px dotted #e3d1a7;
    padding-bottom: 40px;
}
.question_1_main  ul.step li{
    float: left;
}
.question_1_main  ul.step li:first-child{
    margin-left: 78px;
}
.question_1_main  ul.step li:nth-child(2n){
    margin:20px 56px;
    position: relative;
    top: 29px;
}
.question_1_main  ul.step li img{
    display: block;
    width: 100%;
}
    /*searchq*/
.search_box{
    width: 100%;
    background-color: #fff;
}
.question_1_main ul.searchq{
    width: 930px;
    margin: 0 auto;
    padding-bottom: 30px;
    margin-bottom: 50px;
}
.question_1_main .searchq li{
    font-size: 16px;
    color: #000;
    margin: 20px 0 0;
    padding-top: 7px;
    height: 36px;
    overflow: hidden;
    padding-bottom: 10px;
}
.question_1_main .searchq li div{
    float: left;
    text-align: center;
}
.question_1_main .searchq li.title div {
    position: relative;
    top: 6px;
}
.question_1_main .searchq li div:nth-child(1) {
    width: 75px;
}
.question_1_main .searchq li div:nth-child(2) {
    width: 60px;
}
.question_1_main .searchq li div:nth-child(3) {
    width: 100px;
}
.question_1_main .searchq li div:nth-child(4) {
    width: 185px;
}
.question_1_main .searchq li div:nth-child(5) {
    width: 135px;
}
.question_1_main .searchq li div:nth-child(6) {
    width: 135px;
}
.question_1_main .searchq li div:nth-child(7) {
    width: 110px;
}
.question_1_main .searchq li div:nth-child(8) {

}
.question_1_main .searchq li.title{
    background-color: #f5b92c;
    font-size: 18px;
    font-weight: bold;
}
.question_1_main .searchq li.list{
    color: #666156;
    font-size: 15px;
    line-height: 1;
    border-bottom: 2px dotted #e6d3aa;
}
.question_1_main .searchq li.list div{
    height: 11px;
    overflow: hidden;
}
.question_1_main .searchq li.list div .za{
    text-decoration: underline !important;
}
.question_1_main .searchq .rtitle {
    font-size: 21px;
    font-weight: bold;
    color: #d79700;
    display: table;
    margin: 60px auto 0;
}
.question_1_main .searchq li.list .fw{
    position: relative;
    height: 25px;
    top: -10px;
}
.question_1_main .searchq .rlist{
    overflow: hidden;
    width: 870px;
    margin: 60px auto 40px;
}
.question_1_main .qw{
    left: 5px;
}
.question_1_main .searchq_box{
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 50px;
}
/* unit */
.question_1_main .unit{
    width: 930px;
    margin: 40px auto 0;
    overflow: hidden;
    position: relative;
}
.question_1_main .unit .ty , .question_1_main .unit .sn{
    overflow: hidden;
    margin-bottom: 12px;
}
.question_1_main .unit .ty .type01 , .question_1_main .unit .ty .arrow ,
.question_1_main .unit .ty .type02 , .question_1_main .unit .sn .store ,
.question_1_main .unit .sn .lb{
    float: left;
}
.question_1_main .unit .sn .lb{
    margin-left: 80px;
}
.question_1_main .unit p , .question_1_main .unit select , .question_1_main .unit input{
    float: left;
}
.question_1_main .unit .ty .arrow{
    position: relative;
    top: 5px;
    margin:0 12px 0 8px;
}
.question_1_main .unit p{
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: 5px;
    margin-right: 6px;
    letter-spacing: 2px;
}
.question_1_main .unit select{
    margin-right: 12px;
    font-size: 17px;
}
.question_1_main .unit .ci select{
    width: 190px;
    padding-left: 20px;
    color: #362e2b;
}
.question_1_main .unit .ty select{
    width: 190px;
    padding-left: 20px;
    color: #362e2b;
}
.question_1_main .unit .sn a{
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    top: 3px;
    left: 10px;
}
.question_1_main .unit .sn input{
    border: none;
    background: none;
    border-bottom: 1px solid #000;
    width: 140px;
}
.question_1_main .unit a.go{
    width: 75px;
    height: 27px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url('../images/go01.jpg');
    background-repeat: no-repeat;
}
.question_1_main .utt{
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 30px;
}
.question_1_main .unit .ty select {
    width: 190px;
    padding-left: 20px;
    color: #362e2b;
}
.question_1_main .unit p {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: 5px;
    margin-right: 6px;
    letter-spacing: 2px;
}
.question_1_main .store .inp {
    width: 190px;
    padding: 0;
    border: none;
    border-bottom: 1px solid #000;
}
.question_1_main .store  {
    overflow: hidden;
    float: left;
    margin-right: 15px;
}









/*=====================================================*/
/*=====================================================*/
/*===== question_1_2_main===============*/
/*=====================================================*/

.question_1_2_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
        /*banner*/
.question_1_2_banner{
    width: 100%;
    background-color: #ffeca6;
}
.question_1_2_banner img{
    display: block;
    margin: 0 auto;
}
        /*cookbox*/
.question_1_2_main .cookbox .cookies .last{
    font-weight:bolder;
}
        /*news*/
.question_1_2_main .news{
    padding-bottom: 100px;
}
.question_1_2_main .news ul.step{
    margin-top: 30px;
    overflow: hidden;
    border-bottom: 3px dotted #e3d1a7;
    padding-bottom: 40px;
}
.question_1_2_main .news ul.step li{
    float: left;
}
.question_1_2_main .news ul.step li:first-child{
    margin-left: 78px;
}
.question_1_2_main .news ul.step li:nth-child(2n){
    margin:20px 56px;
}
.question_1_2_main .news ul.step li img{
    display: block;
    width: 100%;
}
.question_1_2_main .news section{
    width: 1000px;
    margin-top: 50px;
    background-color: #fff;
}
.question_1_2_main .news section p{
    font-size: 20px;
    font-weight: bold;
    padding-top: 62px;
    padding-left: 82px;
    letter-spacing: 3px;
}
.question_1_2_main .news section ul.level{
    overflow: hidden;
    width: 1000px;
    margin: 57px auto 0;
    padding-left:38px
}

.question_1_2_main .news section ul.level li{
    float: left;
    margin-bottom: 80px;
    width: 267px;
    height: 378px;
    overflow: hidden;
}
.question_1_2_main .news section ul.level li img{
    width: 100%;
    height: auto;
    display: block;
}
.question_1_2_main .news section ul.level li:hover{
    border: 3px solid #f8ce6a;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.question_1_2_main .news section ul.level li.straight{
    margin: 0 20px 0 30px;
    padding-top: 136px;
    width: 2px;
    height: 206px;
}













/*=====================================================*/
/*=====================================================*/
/*===== question_1_3_main===============*/
/*=====================================================*/

.question_1_3_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
        /*banner*/
.question_1_3_banner{
    width: 100%;
    background-color: #ffeca6;
}
.question_1_3_banner img{
    display: block;
    margin: 0 auto;
}
        /*cookbox*/
.question_1_3_main .cookbox .cookies .last{
    font-weight:bolder;
}
        /*news*/
.question_1_3_main .news{
    padding-bottom: 100px;
}
.question_1_3_main .news ul.step{
    margin-top: 30px;
    overflow: hidden;
    border-bottom: 3px dotted #e3d1a7;
    padding-bottom: 40px;
}
.question_1_3_main .news ul.step li{
    float: left;
}
.question_1_3_main .news ul.step li:first-child{
    margin-left: 78px;
}
.question_1_3_main .news ul.step li:nth-child(2n){
    margin:20px 56px;
}
.question_1_3_main .news ul.step li img{
    display: block;
    width: 100%;
}
.question_1_3_main .news section{
    width: 1000px;
    height: 645px;
    margin-top: 50px;
    background-color: #fff;
}
.question_1_3_main .news section p.title{
    font-size: 20px;
    font-weight: bold;
    padding-top: 62px;
    padding-left: 82px;
    letter-spacing: 3px;
}
.question_1_3_main .news section ul{
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
    padding-left:245px;
    padding-top: 120px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.question_1_3_main .news section ul li{
    float: left;
    width: 236px;
    overflow: hidden;
    margin-right:66px ;
}
/*.question_1_3_main .news section ul li input{
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin-right:22px ;
}*/
.question_1_3_main .news section ul li .p{
    float: left;
    margin-bottom: 50px;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    top: 2px;
}
.question_1_3_main .news section ul li .img_box{
    width: 147px;
    height: 147px;
    margin: 42px auto 0 auto;
    overflow: hidden;
}
.question_1_3_main .news section ul li .img_box img{
    display: block;
    width: 100%;
    height: auto;
}
.question_1_3_main .news section a.confirm{
    display: block;
    width: 185px;
    height: 47px;
    margin-top: 50px;
    margin-left: 410px;
    padding-bottom: 80px;
    background-image: url('../images/confirm.png');
    background-repeat: no-repeat;
}
.question_1_3_main .assess input[type=radio] + label:after {
    content: '';
    display: inline-block;
    vertical-align: 0.1ex;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #f4b92d;
    /* border: 1px solid #d5cdc1; */
    position: absolute;
    top: 11px;
    left: 3px;
    /* margin-right: 5px; */
    line-height: 16px;
    opacity: 0;
}











/*=====================================================*/
/*=====================================================*/
/*===== question_1_4_main===============*/
/*=====================================================*/

.question_1_4_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
        /*banner*/
.question_1_4_banner{
    width: 100%;
    background-color: #ffeca6;
}
.question_1_4_banner img{
    display: block;
    margin: 0 auto;
}
        /*cookbox*/
.question_1_4_main .cookbox .cookies .last{
    font-weight:bolder;
}
        /*news*/
.question_1_4_main .news{
    padding-bottom: 100px;
}
.question_1_4_main .news ul.step{
    margin-top: 30px;
    overflow: hidden;
    border-bottom: 3px dotted #e3d1a7;
    padding-bottom: 40px;
}
.question_1_4_main .news ul.step li{
    float: left;
}
.question_1_4_main .news ul.step li:first-child{
    margin-left: 78px;
}
.question_1_4_main .news ul.step li:nth-child(2n){
    margin:20px 56px;
}
.question_1_4_main .news ul.step li img{
    display: block;
    width: 100%;
}
.question_1_4_main .news section{
    width: 1000px;
    height: 645px;
    margin-top: 50px;
    background-color: #fff;
}
.question_1_4_main .news section p.title{
    font-size: 20px;
    font-weight: bold;
    padding-top: 62px;
    padding-left: 82px;
    letter-spacing: 3px;
}
.question_1_4_main .news section ul{
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
    padding-left:100px;
    padding-top: 120px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.question_1_4_main .news section ul li{
    float: left;
    width: 236px;
    overflow: hidden;
    margin-right:64px ;
}

/*.question_1_4_main .news section ul li input{
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin-right:22px ;
}*/
.question_1_4_main .news section ul li .p{
    float: left;
    margin-bottom: 50px;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    top: 2px;
}
.question_1_4_main .news section ul li .img_box{
    width: 147px;
    height: 147px;
    margin: 42px auto 0 auto;
    overflow: hidden;
}
.question_1_4_main .news section ul li .img_box img{
    display: block;
    width: 100%;
    height: auto;
}
.question_1_4_main .news section a.confirm{
    display: block;
    width: 185px;
    height: 47px;
    margin-top: 50px;
    margin-left: 410px;
    padding-bottom: 80px;
    background-image: url('../images/confirm.png');
    background-repeat: no-repeat;
}
.question_1_4_main .assess input[type=radio] + label:after {
    content: '';
    display: inline-block;
    vertical-align: 0.1ex;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #f4b92d;
    /* border: 1px solid #d5cdc1; */
    position: absolute;
    top: 11px;
    left: 3px;
    /* margin-right: 5px; */
    line-height: 16px;
    opacity: 0;
}












/*=====================================================*/
/*=====================================================*/
/*===== question_1_5_main===============*/
/*=====================================================*/

.question_1_5_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
        /*banner*/
.question_1_5_banner{
    width: 100%;
    background-color: #ffeca6;
}
.question_1_5_banner img{
    display: block;
    margin: 0 auto;
}
        /*cookbox*/
.question_1_5_main .cookbox .cookies .last{
    font-weight:bolder;
}
        /*news*/
.question_1_5_main .news{
    padding-bottom: 100px;
}
.question_1_5_main .news ul.step{
    margin-top: 30px;
    overflow: hidden;
    border-bottom: 3px dotted #e3d1a7;
    padding-bottom: 40px;
}
.question_1_5_main .news ul.step li{
    float: left;
}
.question_1_5_main .news ul.step li:first-child{
    margin-left: 78px;
}
.question_1_5_main .news ul.step li:nth-child(2n){
    margin:20px 56px;
}
.question_1_5_main .news ul.step li img{
    display: block;
    width: 100%;
}
.question_1_5_main .news section{
    width: 1000px;
    height: 645px;
    margin-top: 50px;
    background-color: #fff;
}
.question_1_5_main .news section p.title{
    font-size: 20px;
    font-weight: bold;
    padding-top: 62px;
    padding-left: 82px;
    letter-spacing: 3px;
}
.question_1_5_main .news section ul{
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
    padding-left:245px;
    padding-top: 120px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.question_1_5_main .news section ul li{
    float: left;
    width: 236px;
    overflow: hidden;
    margin-right:66px ;
}
/*.question_1_5_main .news section ul li input{
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin-right:22px ;
}*/
.question_1_5_main .news section ul li .p{
    float: left;
    margin-bottom: 50px;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    top: 2px;
}
.question_1_5_main .news section ul li .img_box{
    width: 147px;
    height: 148px;
    margin: 42px auto 0 auto;
    overflow: hidden;
}
.question_1_5_main .news section ul li .img_box01{
    margin-left: 30px;
    width: 160px;
    height: 147px;
    margin: 42px auto 0 auto;
    overflow: hidden;
}
.question_1_5_main .news section ul li .img_box img{
    display: block;
    width: 100%;
    height: auto;
}
.question_1_5_main .news section ul li .img_box01 img{
    display: block;
    width: 100%;
    height: auto;
}
.question_1_5_main .news section a.confirm{
    display: block;
    width: 185px;
    height: 47px;
    margin-top: 50px;
    margin-left: 410px;
    padding-bottom: 80px;
    background-image: url('../images/confirm.png');
    background-repeat: no-repeat;
}
.question_1_5_main .assess input[type=radio] + label:after {
    content: '';
    display: inline-block;
    vertical-align: 0.1ex;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #f4b92d;
    /* border: 1px solid #d5cdc1; */
    position: absolute;
    top: 11px;
    left: 3px;
    /* margin-right: 5px; */
    line-height: 16px;
    opacity: 0;
}











/*=====================================================*/
/*=====================================================*/
/*===== question_1_6_main===============*/
/*=====================================================*/

.question_1_6_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
        /*banner*/
.question_1_6_banner{
    width: 100%;
    background-color: #ffeca6;
}
.question_1_6_banner img{
    display: block;
    margin: 0 auto;
}
        /*cookbox*/
.question_1_6_main .cookbox .cookies .last{
    font-weight:bolder;
}
        /*news*/
.question_1_6_main .news{
    padding-bottom: 100px;
}
.question_1_6_main .news ul.step{
    margin-top: 30px;
    overflow: hidden;
    border-bottom: 3px dotted #e3d1a7;
    padding-bottom: 40px;
}
.question_1_6_main .news ul.step li{
    float: left;
}
.question_1_6_main .news ul.step li:first-child{
    margin-left: 78px;
}
.question_1_6_main .news ul.step li:nth-child(2n){
    margin:20px 56px;
}
.question_1_6_main .news ul.step li img{
    display: block;
    width: 100%;
}
.question_1_6_main .news section{
    width: 1000px;
    height: 720px;
    margin-top: 50px;
    background-color: #fff;
}
.question_1_6_main .news section p.title{
    font-size: 20px;
    font-weight: bold;
    padding-top: 62px;
    padding-left: 82px;
    letter-spacing: 3px;
}
.question_1_6_main .news section ul{
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
    padding-left:245px;
    padding-top: 120px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.question_1_6_main .news section ul li{
    float: left;
    width: 236px;
    overflow: hidden;
    margin-right:66px ;
}
/*.question_1_6_main .news section ul li input{
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin-right:22px ;
}*/
.question_1_6_main .news section ul li .p{
    float: left;
    margin-bottom: 50px;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    top: 2px;
}
.question_1_6_main .news section ul li .img_box{
    padding-top: 20px;
    width: 194px;
    height: 194px;
    margin: 42px auto 0 auto;
    overflow: hidden;
}
.question_1_6_main .news section ul li .img_box01{
    width: 194px;
    height: 194px;
    margin: 0 auto;
    overflow: hidden;
}
.question_1_6_main .news section ul li .img_box img{
    display: block;
    width: 100%;
    height: auto;
}
.question_1_6_main .news section ul li .img_box01 img{
    display: block;
    width: 100%;
    height: auto;
}
.question_1_6_main .news section a.confirm{
    display: block;
    width: 185px;
    height: 47px;
    margin-top: 50px;
    margin-left: 410px;
    padding-bottom: 80px;
    background-image: url('../images/confirm.png');
    background-repeat: no-repeat;
}
.question_1_6_main .assess input[type=radio] + label:after {
    content: '';
    display: inline-block;
    vertical-align: 0.1ex;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #f4b92d;
    /* border: 1px solid #d5cdc1; */
    position: absolute;
    top: 11px;
    left: 3px;
    /* margin-right: 5px; */
    line-height: 16px;
    opacity: 0;
}










/*=====================================================*/
/*=====================================================*/
/*===== question_1_7_main===============*/
/*=====================================================*/

.question_1_7_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
        /*banner*/
.question_1_7_banner{
    width: 100%;
    background-color: #ffeca6;
}
.question_1_7_banner img{
    display: block;
    margin: 0 auto;
}
        /*cookbox*/
.question_1_7_main .cookbox .cookies .last{
    font-weight:bolder;
}
        /*news*/
.question_1_7_main .news{
    padding-bottom: 100px;
}
.question_1_7_main .news ul.step{
    margin-top: 30px;
    overflow: hidden;
    border-bottom: 3px dotted #e3d1a7;
    padding-bottom: 40px;
}
.question_1_7_main .news ul.step li{
    float: left;
}
.question_1_7_main .news ul.step li:first-child{
    margin-left: 78px;
}
.question_1_7_main .news ul.step li:nth-child(2n){
    margin:20px 56px;
}
.question_1_7_main .news ul.step li img{
    display: block;
    width: 100%;
}
.question_1_7_main .news section{
    width: 1000px;
    margin-top: 50px;
    background-color: #fff;
}
.question_1_7_main .detail01{
    padding-left: 35px;
    width: 900px;
    overflow: hidden;
    padding-top:60px;
    margin: 0 auto;
    border-bottom: 1px solid #dfdfdf;
}
.question_1_7_main .detail01 p{
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: bolder;
    margin-bottom: 30px;
    height: 20px;
    overflow: hidden;
}
.question_1_7_main .detail01 div.l{
    width: 100%;
    margin:0 auto;
    height: 120px;
}
.question_1_7_main .detail01 div.l div{
    margin-bottom: 20px;
}
.question_1_7_main .detail01  div.l div.aa{
    float: left;
    height: 23px;
    font-size: 18px;
    overflow: hidden;
    margin-bottom: 20px;
    letter-spacing: 4px;
    margin-right: 20px;
}
.question_1_7_main .detail01 div.l div input{
    height: 20px;
    width: 20px;
    border: none;
    box-shadow: none;
    margin: 0;
    margin-right: 10px;
}


.question_1_7_main .detail02{
    padding-left: 35px;
    width: 900px;
    overflow: hidden;
    padding-top:60px;
    margin: 0 auto;
}
.question_1_7_main .detail02 p{
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: bolder;
    margin-bottom: 30px;
    height: 20px;
    overflow: hidden;
}
.question_1_7_main .detail02 div.l{
    width: 100%;
    margin:0 auto;
    height: 120px;
}
.question_1_7_main .detail02 div.l div{
    margin-bottom: 20px;
}
/*.question_1_7_main .detail02 div.d2 div{
    width: 295px;
}*/
.question_1_7_main div.l .aa{
    float: left;
    font-size: 18px;
    overflow: hidden;
    margin-bottom: 20px;
    margin-right: 20px;
    letter-spacing: 4px;
}
.question_1_7_main .detail02 div.l div input{
    height: 20px;
    width: 20px;
    border: none;
    box-shadow: none;
    margin: 0;
    margin-right: 10px;
}
.question_1_7_main .news section a.confirm{
    display: block;
    width: 185px;
    height: 47px;
    margin: 50px auto 0;
    padding-bottom: 80px;
    background-image: url('../images/confirm.png');
    background-repeat: no-repeat;
}
.question_1_7_main div.l {
    overflow: hidden;
}
.question_1_7_main div.l div {
    float: left;
    height: 30px;
    font-size: 18px;
}








/*=====================================================*/
/*=====================================================*/
/*===== question_2_2_main===============*/
/*=====================================================*/

.question_2_2_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
        /*banner*/
.question_2_2_banner{
    width: 100%;
    background-color: #ffeca6;
}
.question_2_2_banner img{
    display: block;
    margin: 0 auto;
}
        /*cookbox*/
.question_2_2_main .cookbox .cookies .last{
    font-weight:bolder;
}
        /*news*/
.question_2_2_main .news{
    padding-bottom: 50px;
}
.question_2_2_main .news ul.step{
    margin-top: 30px;
    overflow: hidden;
    border-bottom: 3px dotted #e3d1a7;
    padding-bottom: 40px;
}
.question_2_2_main .news ul.step li{
    float: left;
}
.question_2_2_main .news ul.step li:first-child{
    margin-left: 78px;
}
.question_2_2_main .news ul.step li:nth-child(2n){
    margin:20px 56px;
}
.question_2_2_main .news ul.step li img{
    display: block;
    width: 100%;
}

        /*introduce*/
.question_2_2_main  .introduce {
    padding-bottom: 45px;
    background: #fff;
}
.question_2_2_main .ex{
    margin-bottom: 135px;
}
/* a */
.question_2_2_main .introduce ul.a{
    float: left;
    width: 700px;
}
.question_2_2_main ul.a li.t{
    overflow: hidden;
    font-size: 18px;
    color: #362e2b;
    font-weight: bold;
    background-color: #f5b92c;
    height: 55px;
}
.question_2_2_main ul.a li.t div{
    float: left;
    padding: 8px 0;
}
.question_2_2_main ul.a li.t div{
    float: left;
    margin: 8px 0;
}
.question_2_2_main  ul.a li.t div:nth-child(1){
    height: 13px;
    text-indent: 32px;
    overflow: hidden;
    padding-top: 10px;
}
.question_2_2_main  ul.a li.t div:nth-child(2){
    position: relative;
    top: -3px;
    margin-left: 32px;
}
.question_2_2_main ul.a li.t div:nth-child(3){
    text-indent: 30px;
    text-align: inherit;
    color: #362e2b;
    height: 37px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    padding-top: 10px;
}
.question_2_2_main ul.a li.t div:nth-child(3) img{
    margin: 0 2px;
    display: inline-block;
    width: 125px;
    height: 37px;
    height: auto;
    position: relative;
    top: -3px;
}
/* b */
.question_2_2_main ul.b{
    float: left;

}
.question_2_2_main ul.b li.d{
    overflow: hidden;
    font-size: 18px;
    color: #362e2b;
    font-weight: bold;
}
.question_2_2_main ul.b li.d div:nth-child(1){
    float: left;
    width: 150px;
    text-indent: 54px;
    background-color: #bb9541;
    padding: 17px 0;
    color: #fff;
}
.question_2_2_main ul.b li.d div:nth-child(1) input{
    margin-right: 25px;
    position: relative;
    top: -3px;
}
.question_2_2_main ul.b li.d div:nth-child(2){
    width: 150px;
    text-indent: 20px;
    padding: 17px 0;
    background-color: #bb9541;
    color: #fff;
    float: left
}
.question_2_2_main ul.b li.d div:nth-child(2) input{
    margin-right: 25px;
    position: relative;
    top: -3px;
}
/* c */
.question_2_2_main .introduce ul.g{
    width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    padding-top: 40px;
}
.question_2_2_main .introduce ul.g a.wv{
    width: 175px;
    height: 32px;
    display: block;
    background: url('../images/watchvideo.png');
    position: absolute;
    right: 50px;
    top: 23px;
}
.question_2_2_main .introduce ul.g .list{
    float: left;
    width: 127px;
    margin: 24px 35px;
    padding: 50px 0;
}
.question_2_2_main .introduce ul.g .list .img01{
    width: 127px;
    height: 135px;
    overflow: hidden;
}
.question_2_2_main .introduce ul.g .list .img01 img{
    width: 100%;
    height: auto;
}
.question_2_2_main .introduce ul.g .list .img02{
    width: 66px;
    height: 21px;
    position: absolute;
    top: 82px;
}
.question_2_2_main .introduce ul.g .list .tit{
    font-size: 18px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
    height: 18px;
}
.question_2_2_main .introduce ul.g .list .content{
    font-size: 14px;
    margin-bottom: 10px;
    color: #515151;
    width: 100%;
    overflow: hidden;
    height: 16px;
}
.question_2_2_main .introduce ul.g .list .price{
    font-size: 17px;
    margin-bottom: 10px;
    color: #e60012;
    width: 100%;
    overflow: hidden;
    height: 19px;
}
.question_2_2_main .introduce ul.g .list .heart{
    font-size: 14px;
    margin-bottom: 10px;
    color: #fe0000;
    width: 154px;
    overflow: hidden;
    height: 37px;
}
.question_2_2_main .introduce ul.g .list .heart img{
    width: 105px;
    height: 33px;
}
.question_2_2_main .introduce ul.g .list a.more{
    width: 114px;
    height: 35px;
    display: block;
    margin-top: 26px;
    background-image: url('../images/more.png')
}
.question_2_2_main .introduce ul.g a.all{
    width: 120px;
    height: 22px;
    display: block;
    background: url('../images/all.png');
    position: absolute;
    right: 50px;
    bottom: 10px;
}
.question_2_1_light  {
    display: block;
}
.question_2_1_light  .light_content{
    height: 550px;
}
.question_2_1_light .unit{
    width: 730px;
    margin: 0 auto;
    font-size: 18px;
}
.question_2_1_light .unit .text {
    line-height: 1.7;
    letter-spacing: 3px;
    margin: 60px 0 45px;
}
.heart{
    margin-bottom: 30px;
}
.heart span:nth-child(1){
    width: 85px;
    padding-right: 30px;
    display: inline-block;
    color: #ff0000;
}
.film_light .filmlist{
    width: 650px;
    margin: 0 auto;
}
.film_light .light_content{
    height: auto;
}
.film_light .filmlist .title{
    font-size: 17px;
    margin-top: 60px;
    background-color: #f5b92c;
    display: table;
    padding: 3px 8px;
}
.film_light .filmlist .text{
    font-size: 27px;
    margin: 10px 0 25px;
}









/*=====================================================*/
/*=====================================================*/
/*===== question_3_main===============*/
/*=====================================================*/

.question_3_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
        /*banner*/
.question_3_banner{
    width: 100%;
    background-color: #ffeca6;
}
.question_3_banner img{
    display: block;
    margin: 0 auto;
}
        /*cookbox*/
.question_3_main .cookbox .cookies .last{
    font-weight:bolder;
}
        /*news*/
.question_3_main .news{
    padding-bottom: 50px;
}
.question_3_main .news ul.step{
    margin-top: 30px;
    overflow: hidden;
    border-bottom: 3px dotted #e3d1a7;
    padding-bottom: 40px;
}
.question_3_main .news ul.step li{
    float: left;
}
.question_3_main .news ul.step li:first-child{
    margin-left: 78px;
}
.question_3_main .news ul.step li:nth-child(2n){
    margin:20px 56px;
}
.question_3_main .news ul.step li img{
    display: block;
    width: 100%;
}

        /*introduce*/
.question_3_main  .introduce {
    padding-bottom: 25px;
    background-color: #fff;
    margin-bottom: 50px;
}
/* a */
.question_3_main .introduce ul.a{
    float: left;
    width: 1000px;
}
.question_3_main .introduce .t{
    overflow: hidden;
    font-size: 18px;
    color: #362e2b;
    font-weight: bold;
    background-color: #f5b92c;
}
.question_3_main .introduce .t div{
    float: left;
    padding: 8px 0 8px 28px;
}
.question_3_main .introduce .seat{
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    background-color: #dcdcdc;
}
.question_3_main .introduce .seat div{
    float: left;
    width: 190px;
    height: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-color: #eeeeee;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 5px;
    cursor: pointer;
    border-radius: 6% 6% 0 0;
    letter-spacing: 4px;
}

.question_3_main .introduce .seat div.seat_white {
    background-color: #fff;
}

.question_3_main .introduce ul.u .detail01{
    margin: 20px 0 0 35px;
    padding-bottom: 20px;
    width: 915px;
    overflow: hidden;
    border-bottom: 2px dotted #e6e6e6;
}
.question_3_main .introduce ul.u .detail01 p{
    font-size: 18px;
    letter-spacing: 4px;
    font-weight: bolder;
    margin-bottom: 30px;
}
.question_3_main .introduce ul.u .detail01 div.l{
    float:left;
    width: 840px;
}
.question_3_main .introduce ul.u .detail01 div.l div{
    float: left;
    margin-bottom: 7px;
    width: 260px;
    height: 23px;
    font-size: 18px;
    overflow: hidden;

}
.question_3_main .introduce ul.u .detail01 div.l div input{
    height: 20px;
    width: 20px;
    border: none;
    box-shadow: none;
    margin: 0;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.question_3_main .introduce ul.u .detail01 div.r{
    float:right;
    width: 74px;
    height: 30px;
}
.question_3_main .introduce ul.u .detail01 div.r a{
    display: block;
    width:74px;
    height: 30px;
    background-image: url('../images/more01.png');
}
.question_3_main .introduce ul.u .detail02{
    margin: 20px 0 0 35px;
    padding-bottom: 20px;
    width: 915px;
    overflow: hidden;
    border-bottom: 2px dotted #e6e6e6;
}
.question_3_main .introduce ul.u .detail02 p{
    font-size: 18px;
    letter-spacing: 4px;
    font-weight: bolder;
    margin-bottom: 30px;
}
.question_3_main .introduce ul.u .detail02 div.l{
    float:left;
    width: 840px;
}
.question_3_main .introduce ul.u .detail02 div.l div{
    float: left;
    margin-bottom: 7px;
    width: 210px;
    height: 23px;
    font-size: 18px;
    overflow: hidden;
}
.question_3_main .introduce ul.u .detail02 div.l div input{
    height: 20px;
    width: 20px;
    border: none;
    box-shadow: none;
    margin: 0;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.question_3_main .introduce ul.u .detail02 div.r{
    float:right;
    width: 74px;
    height: 30px;
}
.question_3_main .introduce ul.u .detail02 div.r a{
    display: block;
    width:74px;
    height: 30px;
    background-image: url('../images/more01.png');
}
.question_3_main .introduce ul.u .search01{
    margin: 20px 0 20px 34px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 14px;
    width: 900px;
}
.question_3_main .introduce ul.u .search01 p{
    display: inline-block;
    font-size: 18px;
    margin-right: 25px;
}
.question_3_main .introduce ul.u .search01 input{
    border:;
    width: 130px;
    margin-right: 10px;
}
.question_3_main .introduce ul.u .search01 a.ok{
    width: 97px;
    height: 33px;
    display: inline-block;
    background: url('../images/search.png');
    margin-top: 3px;
    margin-right: 50px;
    position: relative;
    top: 11px;
    left: 10px;
}

.question_3_main .introduce ul.u .search02{
    margin: 20px 0 0px 45px;
}
.question_3_main .introduce ul.u .search02 p{
    margin-left: 10px;
    display: inline-block;
    font-size: 18px;
    margin-right: 25px;
}
.question_3_main .introduce ul.u .search02 input{
    border: none;
    border-bottom: 1px solid #000;
    width: 130px;
    margin-right: 10px;
    background: none;
}
.question_3_main .introduce ul.u .search02 a.sent{
    width: 97px;
    height: 34px;
    display: block;
    background: url('../images/search.png');
    float: right;
    margin-top: 3px;
    margin-right: 50px;
}
/* c */
.question_3_main .introduce ul.c{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.question_3_main .introduce ul.c .list{
    float: left;
    width: 127px;
    margin: 0px 35px;
    padding: 50px 0;
}
.question_3_main .introduce ul.c .list .img{
    width: 127px;
    height: 135px;
    overflow: hidden;
}
.question_3_main .introduce ul.c .list .img img{
    width: 100%;
    height: auto;
}
.question_3_main .introduce ul.c .list .tit{
    font-size: 18px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
    height: 18px;
}
.question_3_main .introduce ul.c .list .content{
    font-size: 14px;
    margin-bottom: 10px;
    color: #515151;
    width: 100%;
    overflow: hidden;
    height: 17px;
}
.question_3_main .introduce ul.c .list .price{
    font-size: 17px;
    margin-bottom: 10px;
    color: #e60012;
    width: 100%;
    overflow: hidden;
    height: 19px;
}
.question_3_main .introduce ul.c .list .heart{
    font-size: 14px;
    margin-bottom: 10px;
    color: #fe0000;
    width: 154px;
    overflow: hidden;
    height:auto;
}
.question_3_main .introduce ul.c .list .heart img{
    width: 105px;
    height: 33px;
}
.question_3_main .introduce ul.c .list a.more{
    width: 114px;
    height: 35px;
    display: block;
    margin-top: 26px;
    background-image: url('../images/more.png')
}
.question_3_main .pb{
    margin-top: 20px;
    margin-bottom: 30px;
}








/*=====================================================*/
/*=====================================================*/
/*===== question_3_2_main===============*/
/*=====================================================*/

.question_3_2_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.question_3_2_main .pb{
    margin-top: 70px;
    float: left;
}
        /*banner*/
.question_3_2_banner{
    width: 100%;
    background-color: #ffeca6;
}
.question_3_2_banner img{
    display: block;
    margin: 0 auto;
}
        /*cookbox*/
.question_3_2_main .cookbox .cookies .last{
    font-weight:bolder;
}
        /*news*/
.question_3_2_main .news{
    padding-bottom: 50px;
}
.question_3_2_main .news ul.step{
    margin-top: 30px;
    overflow: hidden;
    border-bottom: 3px dotted #e3d1a7;
    padding-bottom: 40px;
}
.question_3_2_main .news ul.step li{
    float: left;
}
.question_3_2_main .news ul.step li:first-child{
    margin-left: 78px;
}
.question_3_2_main .news ul.step li:nth-child(2n){
    margin:20px 56px;
}
.question_3_2_main .news ul.step li img{
    display: block;
    width: 100%;
}

        /*introduce*/
.question_3_2_main  .introduce {
    padding-bottom: 45px;
}
.question_3_2_main .introduce .t{
    overflow: hidden;
    font-size: 18px;
    color: #362e2b;
    font-weight: bold;
    background-color: #f5b92c;
    text-indent: 38px;
    height: 55px;
    padding-top: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.question_3_2_main .introduce .t div{
    float: left;
    padding: 8px 0;
}
.question_3_2_main .introduce .seat{
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    background-color: #dcdcdc;
}
.question_3_2_main .introduce .seat div{
    float: left;
    width: 190px;
    height: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-color: #eeeeee;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 5px;
    cursor: pointer;
    border-radius: 6% 6% 0 0;
    letter-spacing: 4px;
}

.question_3_2_main .introduce .seat div.seat_white {
    background-color: #fff;
}

/* a */
.question_3_2_main .introduce ul.a{
    float: left;
    width: 1000px;
}

/* c */
.question_3_2_main .introduce ul.c{
    width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
}
.question_3_2_main .introduce ul.c .list{
    float: left;
    width: 127px;
    margin: 24px 35px 0px 35px;
    padding: 40px 0 20px 0;
}
.question_3_2_main .introduce ul.c .list .img{
    width: 127px;
    height: 135px;
    overflow: hidden;
}
.question_3_2_main .introduce ul.c .list .img img{
    width: 100%;
    height: auto;
}
.question_3_2_main .introduce ul.c .list .tit{
    font-size: 18px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
    height: 18px;
}
.question_3_2_main .introduce ul.c .list .content{
    font-size: 14px;
    margin-bottom: 10px;
    color: #515151;
    width: 100%;
    overflow: hidden;
    height: 17px;
}
.question_3_2_main .introduce ul.c .list .price{
    font-size: 17px;
    margin-bottom: 10px;
    color: #e60012;
    width: 100%;
    overflow: hidden;
    height: 19px;
}
.question_3_2_main .introduce ul.c .list .heart{
    font-size: 14px;
    margin-bottom: 10px;
    color: #fe0000;
    width: 154px;
    overflow: hidden;
    height: auto;
}
.question_3_2_main .introduce ul.c .list .heart img{
    width: 105px;
    height: 33px;
}
.question_3_2_main .introduce ul.c .list a.more{
    width: 114px;
    height: 35px;
    display: block;
    margin-top: 26px;
    background-image: url('../images/more.png')
}










/*=====================================================*/
/*=====================================================*/
/*===== shoppingcart_1_main===============*/
/*=====================================================*/

.shoppingcart_1_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
        /*banner*/
.shoppingcart_1_banner{
    width: 100%;
    background-color: #f9d6ce;
}
.shoppingcart_1_banner img{
    display: block;
    margin: 0 auto;
}
        /*news*/
.shoppingcart_1_main .news{

}
.shoppingcart_1_main .news ul{
    margin-top: 60px;
    overflow: hidden;
}
.shoppingcart_1_main .news ul li{
    float: left;
}
.shoppingcart_1_main .news ul li:nth-child(2n){
    margin:20px 56px;
}
.shoppingcart_1_main .news ul li img{
    display: block;
    width: 100%;
}
.shoppingcart_1_main .cart_01{
    width: 1000px;
    margin: 50px 0;
    background-color: #fff;
    position: relative;
}
.shoppingcart_1_main .cart_01 .tite{
    padding-top: 42px;
    text-align: center;
    font-size: 22px;
    color: #d79700;
    letter-spacing: 2px;
    font-weight: bold;
}
.shoppingcart_1_main .cart_01 a.storedis{
    width: 165px;
    height: 41px;
    display: block;
    background-image:url('../images/storedis.jpg');
    position: absolute;
    top: 35px;
    right: 52px;
}
         /*record*/
.shoppingcart_1_main .record {
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
}
.shoppingcart_1_main  li div{
    /* overflow: hidden; */
    padding: 5px 0;
    float: left;
}
.shoppingcart_1_main .record ul{
    background-color: #fff;
    width: 930px;
    margin: 0 auto;
}
.shoppingcart_1_main .record li{
    overflow: hidden;
}
.shoppingcart_1_main .record li div{
    float: left;
    text-align: center;
}
.shoppingcart_1_main .record li.title{
    background-color: #f5b92c;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 35px 0 0;
    overflow: hidden;
    padding-bottom: 10px;

}
.shoppingcart_1_main .record li.title div {
    position: relative;
    top: 6px;
}

.shoppingcart_1_main .record li div:nth-child(1) {
    width: 46%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: left;
    padding-left: 160px;
}
.shoppingcart_1_main .record li div:nth-child(2) {
    width:14%;
}
.shoppingcart_1_main .record li div:nth-child(3) {
    width: 14%;
}
.shoppingcart_1_main .record li div:nth-child(4) {
    width: 14%;
}
.shoppingcart_1_main .record li div:nth-child(5) {
    width: 10%;
}

.shoppingcart_1_main .record li.list{
    color: #666156;
    font-size: 15px;
    line-height: 1;
    height: 100px;
    margin-top: 20px;
}
.shoppingcart_1_main .record .bort{
    border-bottom: 2px dotted #c79f45;
    padding-bottom: 24px;
}
.shoppingcart_1_main .record li.list div{
    overflow: hidden;
}
.shoppingcart_1_main .record li.list div:nth-child(1){
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0;
}
.shoppingcart_1_main .record li.list .prd_pic{
    width: 106px;
    height: 87px;
}
.shoppingcart_1_main .record li.list div:nth-child(1) .prd_name{
    width: 305px;
    height: 11px;
    overflow: hidden;
    font-size: 16px;
    text-align: left;
    padding-top: 41px;
    padding-left: 10px;
}
.shoppingcart_1_main .record li.list div:nth-child(2){
    height: 11px;
    padding-top: 40px;
    overflow: hidden;
}
.shoppingcart_1_main .record li.list div:nth-child(3){
    height: 38px;
    padding-top: 32px;
}
.shoppingcart_1_main .record li.list div:nth-child(3) input{
    width: 80px;
    text-align: center;
}
.shoppingcart_1_main .record li.list div:nth-child(4){
    height: 18px;
    padding-top: 38px;
    overflow: hidden;
    font-size: 17px;
    font-weight: bold;
}
.shoppingcart_1_main .record li.list div a.delete{
    width: 20px;
    height: 22px;
    display: block;
    background-image: url('../images/deletebox.png');
    background-repeat: no-repeat;
    margin-left: 35px;
    margin-top: 26px;
    cursor: pointer;
}

.shoppingcart_1_main .record .spend{
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
}
.shoppingcart_1_main .record span.space{
    margin: 0 20px;
}
.shoppingcart_1_main .record .spend .subtotal ,
.shoppingcart_1_main .record .spend .total{
    text-align: right;
    margin-bottom: 12px;
    color: #666156;
}
.shoppingcart_1_main .record .spend .freight{
    text-align: right;
    margin-bottom: 16px;
    margin-right: 36px;
    color: #666156;
}
.shoppingcart_1_main .record .spend .freight span.symbol{
    margin-right: 76px;
}
.shoppingcart_1_main .record .spend .total{
    text-align: right;
    margin-bottom: 12px;
    font-size: 26px;
    font-weight: bold;
    color: #000;
}
.shoppingcart_1_main .record .spend .total span.symbol{
    margin-right: 23px;
    font-size: 16px;
    font-weight: bold;
}
.shoppingcart_1_main .record .spend .kpba{
    float: right;
}
.shoppingcart_1_main .record .spend .kpba a.kpshop{
    width: 165px;
    height: 41px;
    margin-right: 20px;
    display: inline-block;
    background-image: url('../images/shoppingcart_4_02.jpg')
}
.shoppingcart_1_main .record .spend .kpba a.balance{
    width: 165px;
    height: 41px;
    display: inline-block;
    background-image: url('../images/balance.jpg')
}
    /*spend*/
.shoppingcart_1_main .record .tt{
    width: 100%;
    height: 130px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.shoppingcart_1_main .record .tt .ul{
    position: absolute;
    top: 0;
    right: 30px;
    padding-left: 85px;
}
.shoppingcart_1_main .record .tt .li {
    font-size: 15px;
    overflow: hidden;
    padding-left: 110px;
}
.shoppingcart_1_main .record .tt .li:nth-child(1){
    margin-top: 15px;
    color: #666156;
}
.shoppingcart_1_main .record .tt .li:nth-child(2){
    margin-top: 15px;
    margin-bottom: 20px;
    position: relative;
    color: #666156;
}
.shoppingcart_1_main .record .tt .li:nth-child(2):before{
    position: absolute;
    content: '+';
    display: block;
    top: 0;
    left: 5px;
    width: 10px;
    height: 10px;
}
.shoppingcart_1_main .record .tt .li:nth-child(3){
    position: relative;
    font-size: 22px;
    font-weight: bold;
}
.shoppingcart_1_main .record .tt .li:nth-child(3):before{
    position: absolute;
    content: '= 總計';
    display: block;
    top: 0;
    left: 5px;
    width: 50px;
    height: 20px;
    font-size: 16px;
    font-weight: bold;
}
.shoppingcart_1_main .record .tt .li div{
    float: left;
    margin-right: 6px;
    font-weight: bold;
}
.shoppingcart_1_main .record .tt .back{
    position: absolute;
    bottom: -30px;
    left: 50px;
}
        /*light*/
            /*information*/
.shoppingcart_1_light .information {
    width: 900px;
    padding-bottom: 45px;
    border-bottom: 3px dotted #d99e23;
    margin: 0 auto;
}
.shoppingcart_1_light .information .title {
    color: #d79700;
    font-size: 21px;
    display: table;
    margin: 0 auto 40px;
    padding: 10px 58px;
    border: 2px solid #d79700;
    margin-top: 40px;
}
.shoppingcart_1_light .information .content {
    width: 810px;
    margin: 0 auto;
    overflow: hidden;
}

.shoppingcart_1_light .information .content .left{
    float: left;
    width: 272px;
    height: auto;
}
.shoppingcart_1_light .information .content .right{
    float: right;
    width: 475px;
}
.shoppingcart_1_light .information .content .right div{
    overflow: hidden;
}
.shoppingcart_1_light .information .content .right div p{
    float: left;
}
.shoppingcart_1_light .information .content .ctitle{
    font-size: 25px;
    margin-top: 13px;
    margin-bottom:25px;
    font-weight: bold;
}
.shoppingcart_1_light .information .content .clist{
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.shoppingcart_1_light .information .content .clist p:nth-child(1){
    font-weight: bold;
    color: #d79700;
    padding-right: 10px;
}
.shoppingcart_1_light .information .content .clist p:nth-child(2){

}
            /*mine*/
.shoppingcart_1_light .mine {
    width: 900px;
    padding-bottom: 45px;
    border-bottom: 3px dotted #d99e23;
    margin: 0 auto;
}
.shoppingcart_1_light .mine .title {
    color: #d79700;
    font-size: 21px;
    display: table;
    margin: 0 auto 40px;
    padding: 10px 58px;
    border: 2px solid #d79700;
    margin-top: 40px;
}
.shoppingcart_1_light .mine .content {
    width: 370px;
    margin: 0 auto;
    overflow: hidden;
}
.shoppingcart_1_light .mine .content li{
    overflow: hidden;
    margin:30px 0 ;
}
.shoppingcart_1_light .mine .content li div{
    float: left;
}
.shoppingcart_1_light .mine .content li .tt{
    width: 132px;
    padding-left: 30px;
    font-size: 18px;
}
.shoppingcart_1_light .mine .content li .img{
    width: 145px;
    padding-right: 30px;
}
.shoppingcart_1_light .mine .content li .number1{
    color: #ff2400;
}
.shoppingcart_1_light .mine .content li .number2{
    color: #f8b551;
}
.shoppingcart_1_light .mine .content li .number3{
    color: #3cb3cc;
}
.shoppingcart_1_light .mine .content li .number4{
    color: #8fc31f;
}
.shoppingcart_1_light .mine .content li .number5{
    color: #ff2400;
}
            /*sabout*/
.shoppingcart_1_light .sabout {
    width: 900px;
    padding-bottom: 45px;
    border-bottom: 3px dotted #d99e23;
    margin: 0 auto;
}
.shoppingcart_1_light .sabout .title {
    color: #d79700;
    font-size: 21px;
    display: table;
    margin: 0 auto 40px;
    padding: 10px 58px;
    border: 2px solid #d79700;
    margin-top: 40px;
}
.shoppingcart_1_light .sabout .content {
    width: 810px;
    margin: 0 auto;
    overflow: hidden;
}
.shoppingcart_1_light .sabout .content .left{
    float: left;
    width: 545px;
    padding-right: 25px;
    line-height: 1.7;
    font-size: 18px;
}
.shoppingcart_1_light .sabout .content .right{
    float: right;
    width: 231px;
    height: auto;
}
            /*adress*/
.shoppingcart_1_light .adress {
    width: 900px;
    padding-bottom: 45px;
    margin: 0 auto;
    color: #010101;
}

.shoppingcart_1_light .adress ul {
    width: 810px;
    margin: 10px auto 0;
    overflow: hidden;
    font-size: 18px;
}
.shoppingcart_1_light .adress li {
    margin: 20px 0;
}
.shoppingcart_1_light .light_content{
    height: auto;
}

















/*=====================================================*/
/*=====================================================*/
/*===== shoppingcart_2_main===============*/
/*=====================================================*/

.shoppingcart_2_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
        /*banner*/
.shoppingcart_2_banner{
    width: 100%;
    background-color: #f9d6ce;
}
.shoppingcart_2_banner img{
    display: block;
    margin: 0 auto;
}
        /*news*/
.shoppingcart_2_main .news{

}
.shoppingcart_2_main .news ul{
    margin-top: 60px;
    overflow: hidden;
}
.shoppingcart_2_main .news ul li{
    float: left;
}
.shoppingcart_2_main .news ul li:nth-child(2n){
    margin:20px 56px;
}
.shoppingcart_2_main .news ul li img{
    display: block;
    width: 100%;
}
.shoppingcart_2_main .cart_01{
    width: 1000px;
    margin: 50px 0;
    background-color: #fff;
    position: relative;
}
.shoppingcart_2_main .cart_01 .tite{
    padding-top: 42px;
    text-align: center;
    font-size: 22px;
    color: #d79700;
    letter-spacing: 2px;
    font-weight: bold;
}
         /*record*/
.shoppingcart_2_main .record {
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
}
.shoppingcart_2_main  li div{
    /* overflow: hidden; */
    padding: 0px 0;
    float: left;
}
.shoppingcart_2_main .record ul{
    background-color: #fff;
    width: 930px;
    margin: 0 auto;
}
.shoppingcart_2_main .record li{
    overflow: hidden;
}
.shoppingcart_2_main .record li div{
    float: left;
    text-align: center;
}
.shoppingcart_2_main .record li.title{
    background-color: #f5b92c;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 20px 0 0;
    overflow: hidden;
    padding: 5px 0 14px;

}
.shoppingcart_2_main .record li.title div {
    position: relative;
    top: 6px;
}
.shoppingcart_2_main .record li div:nth-child(1) {
    width: 52%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: left;
    padding-left: 160px;
}
.shoppingcart_2_main .record li div:nth-child(2) {
    width: 15%;
}
.shoppingcart_2_main .record li div:nth-child(3) {
    width: 15%;
}
.shoppingcart_2_main .record li div:nth-child(4) {
    width: 15%;
}
.shoppingcart_2_main .record li.list{
    color: #666156;
    font-size: 15px;
    line-height: 1;
    height: 100px;
    margin-top: 20px;
}
.shoppingcart_2_main .record .bort{
    border-bottom: 2px dotted #c79f45;
    padding-bottom: 24px;
}
.shoppingcart_2_main .record li.list div{
    overflow: hidden;
}
.shoppingcart_2_main .record li.list div:nth-child(1){
    padding-left: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.shoppingcart_2_main .record li.list div:nth-child(1) .prd_pic{
    width: 106px;
    height: 87px;
    overflow: hidden;
}
.shoppingcart_2_main .record li.list .prd_pic img{
    width: 100%;
    height: auto;
    display: block;
}
.shoppingcart_2_main .record li.list div:nth-child(1) .prd_name{
    width: 357px;
    height: 15px;
    overflow: hidden;
    font-size: 16px;
    text-align: left;
    padding-top: 41px;
    padding-left: 20px;
}
.shoppingcart_2_main .record li.list div:nth-child(2){
    height: 15px;
    padding-top: 40px;
    overflow: hidden;
}
.shoppingcart_2_main .record li.list div:nth-child(3){
    height: 38px;
    padding-top: 32px;
}
.shoppingcart_2_main .record li.list div:nth-child(3) input{
    width: 80px;
    text-align: center;
}
.shoppingcart_2_main .record li.list div:nth-child(4){
    height: 18px;
    padding-top: 38px;
    overflow: hidden;
    font-size: 17px;
    font-weight: bold;
}
.shoppingcart_2_main .record li.list div a.delete{
    width: 20px;
    height: 22px;
    display: block;
    background-image: url('../images/deletebox.png');
    background-repeat: no-repeat;
    margin-left: 35px;
    margin-top: 26px;
    cursor: pointer;
}
.shoppingcart_2_main .record .spend{
    width: 100%;
    margin-top: 30px;
}
.shoppingcart_2_main .record span.space{
    margin: 0 20px;
}
.shoppingcart_2_main .record .spend .subtotal ,
.shoppingcart_2_main .record .spend .total{
    text-align: right;
    margin-bottom: 12px;
    color: #666156;
}
.shoppingcart_2_main .record .spend .freight{
    text-align: right;
    margin-bottom: 16px;
    margin-right: 36px;
    color: #666156;
}
.shoppingcart_2_main .record .spend .freight span.symbol{
    margin-right: 76px;
}
.shoppingcart_2_main .record .spend .total{
    text-align: right;
    margin-bottom: 12px;
    font-size: 26px;
    font-weight: bold;
    color: #000;
}
.shoppingcart_2_main .record .spend .total span.symbol{
    margin-right: 23px;
    font-size: 16px;
    font-weight: bold;
}

/* consignee */
.shoppingcart_2_main .consignee{
    margin-top: 46px;
    padding-top: 40px;
    background: #fff;
    overflow: hidden;
    padding-bottom: 40px;
    margin-bottom: 80px;
}
.shoppingcart_2_main .titt{
    color: #d79700;
    font-size: 21px;
    text-align: center;
    font-weight: bold;
}
.shoppingcart_2_main .consignee .same{
    width: 16%;
    margin: 20px auto ;
    overflow: hidden;
}
.shoppingcart_2_main .consignee .same input{
    float: left;
    margin-right:14px;
}
.shoppingcart_2_main .consignee .same .samep{
    float: left;
    font-size: 16px;
    font-weight: bold;
}
.shoppingcart_2_main .consignee ul.contact{
    width: 640px;
    margin:20px auto 40px;
}
.shoppingcart_2_main .consignee ul.contact li{
    font-size: 16px;
    color: #000;
    margin:8px 0;
    overflow: hidden;
}
.shoppingcart_2_main .consignee ul.contact  li div{
    overflow: hidden;
}

.shoppingcart_2_main .consignee ul.contact  li div p,
.shoppingcart_2_main .consignee ul.contact  li div input,
.shoppingcart_2_main .consignee ul.contact  li div textarea{
    float:left;
}
.shoppingcart_2_main .consignee ul.contact  li div p img{
    margin-right: 6px;
}
.shoppingcart_2_main .consignee ul.contact  li div p{
    width: 110px;
    margin-right: 5px;
    position: relative;
    top: 10px;
    letter-spacing: 7px;
    height: 20px;
    overflow: hidden;
}
.shoppingcart_2_main .consignee ul.contact  li div p span{
    margin-right: 46px;
}
.shoppingcart_2_main .consignee ul.contact  li div input{
    border:1px solid #c8c8c8;
    height: 40px;
    width: 490px;
    background: #f0ede6;
}
.shoppingcart_2_main .consignee ul.contact  li div select{
    border:1px solid #c8c8c8;
    height: 40px;
    width: 200px;
    background: #f0ede6;
	margin-right:20px;
}
.shoppingcart_2_main .consignee ul.contact  li div textarea{
    border:1px solid #c8c8c8;
    width: 490px;
    height: 130px;
    background: #f0ede6;
}
.shoppingcart_2_main .consignee ul.contact  li:nth-child(1){
    overflow: hidden;
}
.shoppingcart_2_main .consignee ul.contact  li:nth-child(1) div{
    float:left;
}
.shoppingcart_2_main .consignee ul.contact  li:nth-child(1) div:nth-child(1){
    margin-right: 20px;
}
.shoppingcart_2_main .consignee ul.contact li:nth-child(1) div input{
    width: 490px;
}
.shoppingcart_2_main .consignee ul.contact li:nth-child(5){
    overflow: hidden;
    margin: -8px 0;
}
.shoppingcart_2_main .consignee ul.contact  li:nth-child(5) div:nth-child(1){
    margin-right: 20px;
    margin-top: 8px;
}
.shoppingcart_2_main .consignee ul.contact  li:nth-child(5) input{
    width: 490px;
}
.shoppingcart_2_main .consignee ul.contact  li:nth-child(5) div{
    float:left;
}
.shoppingcart_2_main .consignee .bod_line{
    width: 88%;
    margin: 0 auto 50px;
    border-bottom: 2px dotted #e3cfa2;
}

/* part */
.shoppingcart_2_main  .part{
    margin: 30px 0 50px;
    width: 100%;
    text-align: center;
}
.shoppingcart_2_main  .part .payy01 ,
.shoppingcart_2_main  .part .payy02 ,
.shoppingcart_2_main  .part .payy03{
    display:inline-block;
}
.shoppingcart_2_main  .part .payy02{
    margin: 0 30px;
}
.shoppingcart_2_main .part div.pay{
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    color: #000;
    letter-spacing: 3px;
    position: relative;
    top: 2px;
}
.shoppingcart_2_main .part div.pay02{
}
.shoppingcart_2_main .part input{
    margin-right: 10px;
}
.shoppingcart_2_main .part img{
    margin: 0 8px 0 0;
}

/* bill */
.shoppingcart_2_main  .bill{
    margin: 30px 0 50px;
    width: 100%;
    text-align: center;
}
.shoppingcart_2_main  .bill .bill01 ,
.shoppingcart_2_main  .bill .bill02{
    display:inline-block;
}
.shoppingcart_2_main  .bill .bill02{
    margin: 0 30px;
}
.shoppingcart_2_main .bill div.bil{
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    color: #000;
    letter-spacing: 3px;
    position: relative;
    top: 3px;
    margin-left: 8px;
}
.shoppingcart_2_main .bill input{
    position: relative;
    top: : 1px;
}
.shoppingcart_2_main .bill .hh{
    margin-bottom: 20px;
    margin-top: 10px;
}
.shoppingcart_2_main a.yes{
    width: 293px;
    height: 43px;
    display: block;
    background-image: url('../images/yes.png');
    margin: 0 auto;
}
/*spend*/
.shoppingcart_2_main .record .tt{
    width: 100%;
    height: 130px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.shoppingcart_2_main .record .tt .ul{
    position: absolute;
    top: 0;
    right: 30px;
    padding-left: 85px;
}
.shoppingcart_2_main .record .tt .li {
    font-size: 15px;
    overflow: hidden;
    padding-left: 110px;
}
.shoppingcart_2_main .record .tt .li:nth-child(1){
    margin-top: 15px;
    color: #666156;
}
.shoppingcart_2_main .record .tt .li:nth-child(2){
    margin-top: 15px;
    margin-bottom: 20px;
    position: relative;
    color: #666156;
}
.shoppingcart_2_main .record .tt .li:nth-child(2):before{
    position: absolute;
    content: '+';
    display: block;
    top: 0;
    left: 5px;
    width: 10px;
    height: 10px;
}
.shoppingcart_2_main .record .tt .li:nth-child(3){
    position: relative;
    font-size: 22px;
    font-weight: bold;
}
.shoppingcart_2_main .record .tt .li:nth-child(3):before{
    position: absolute;
    content: '= 總計';
    display: block;
    top: 0;
    left: 5px;
    width: 50px;
    height: 20px;
    font-size: 16px;
    font-weight: bold;
}
.shoppingcart_2_main .record .tt .li div{
    float: left;
    margin-right: 6px;
    font-weight: bold;
}
.shoppingcart_2_main .record .tt .back{
    position: absolute;
    bottom: -30px;
    left: 50px;
}
.shoppingcart_2_main .ps{
    margin: 30px auto;
    display: table;
    padding: 0;
}














/*=====================================================*/
/*=====================================================*/
/*===== shoppingcart_3_main===============*/
/*=====================================================*/

.shoppingcart_3_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
        /*banner*/
.shoppingcart_3_banner{
    width: 100%;
    background-color: #f9d6ce;
}
.shoppingcart_3_banner img{
    display: block;
    margin: 0 auto;
}
        /*news*/
.shoppingcart_3_main .news{

}
.shoppingcart_3_main .news ul{
    margin-top: 60px;
    overflow: hidden;
}
.shoppingcart_3_main .news ul li{
    float: left;
}
.shoppingcart_3_main .news ul li:nth-child(2n){
    margin:20px 56px;
}
.shoppingcart_3_main .news ul li img{
    display: block;
    width: 100%;
}
.shoppingcart_3_main .cart_01{
    width: 1000px;
    margin: 50px 0;
    background-color: #fff;
    position: relative;
}
.shoppingcart_3_main .cart_01 .tite{
    padding-top: 42px;
    text-align: center;
    font-size: 22px;
    color: #d79700;
    letter-spacing: 2px;
    font-weight: bold;
}
         /*record*/
.shoppingcart_3_main .record {
    width: 100%;
    overflow: hidden;
}
.shoppingcart_3_main  li div{
    /* overflow: hidden; */
    padding: 0px 0;
    float: left;
}
.shoppingcart_3_main .record ul{
    background-color: #fff;
    width: 930px;
    margin: 0 auto;
}
.shoppingcart_3_main .record li{
    overflow: hidden;
}
.shoppingcart_3_main .record li div{
    float: left;
    text-align: center;
}
.shoppingcart_3_main .record li.title{
    background-color: #f5b92c;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 20px 0 0;
    overflow: hidden;
    padding: 5px 0 14px;

}
.shoppingcart_3_main .record li.title div {
    position: relative;
    top: 6px;
}
.shoppingcart_3_main .record li div:nth-child(1) {
    width: 52%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: left;
    padding-left: 50px;
}
.shoppingcart_3_main .record li div:nth-child(2) {
    width: 15%;
}
.shoppingcart_3_main .record li div:nth-child(3) {
    width: 15%;
}
.shoppingcart_3_main .record li div:nth-child(4) {
    width: 15%;
}
.shoppingcart_3_main .record li.list{
    color: #666156;
    font-size: 15px;
    line-height: 1;
    height: 100px;
    margin-top: 20px;
}
.shoppingcart_3_main .record .bort{
    border-bottom: 2px dotted #c79f45;
    padding-bottom: 24px;
}
.shoppingcart_3_main .record li.list div{
    overflow: hidden;
}
.shoppingcart_3_main .record li.list div:nth-child(1){
    padding-left: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.shoppingcart_3_main .record li.list div:nth-child(1) .prd_pic{
    width: 106px;
    height: 87px;
    overflow: hidden;
}
.shoppingcart_3_main .record li.list div:nth-child(1) .prd_pic img{
    width: 100%;
    height: auto;
    display: block;
}
.shoppingcart_3_main .record li.list div:nth-child(1) .prd_name{
    width: 490px;
    height: 57px;
    overflow: hidden;
    font-size: 16px;
    text-align: left;
    padding-top: 41px;
    padding-left: 50px;

}
.shoppingcart_3_main .record li.list div:nth-child(2){
    height: 15px;
    padding-top: 40px;
    overflow: hidden;
}
.shoppingcart_3_main .record li.list div:nth-child(3){
    height: 38px;
    padding-top: 32px;
}
.shoppingcart_3_main .record li.list div:nth-child(3) input{
    width: 80px;
    text-align: center;
}
.shoppingcart_3_main .record li.list div:nth-child(4){
    height: 18px;
    padding-top: 38px;
    overflow: hidden;
    font-size: 17px;
    font-weight: bold;
}
.shoppingcart_3_main .record .spend{
    width: 100%;
    margin-top: 30px;
    border-bottom: 2px dotted #c79f45;
    padding-bottom: 24px;
}
.shoppingcart_3_main .record span.space{
    margin: 0 20px;
}
.shoppingcart_3_main .record .spend .subtotal ,
.shoppingcart_3_main .record .spend .total{
    text-align: right;
    margin-bottom: 12px;
    color: #666156;
}
.shoppingcart_3_main .record .spend .freight{
    text-align: right;
    margin-bottom: 16px;
    margin-right: 36px;
    color: #666156;
}
.shoppingcart_3_main .record .spend .freight span.symbol{
    margin-right: 76px;
}
.shoppingcart_3_main .record .spend .total{
    text-align: right;
    margin-bottom: 12px;
    padding-bottom: 40px;
    font-size: 26px;
    font-weight: bold;
    color: #000;
    border-bottom: 2px dotted #c79f45;
}
.shoppingcart_3_main .record .spend .total span.symbol{
    margin-right:23px;
    font-size: 16px;
    font-weight: bold;
}

/* con_infor */
.shoppingcart_3_main .con_infor .titt{
    color: #d79700;
    font-size: 21px;
    text-align: center;
    font-weight: bold;
    margin-top: 24px;
    padding-bottom: 24px;
}

.shoppingcart_3_main .con_infor{
    border-bottom: 2px dotted #c79f45;
    margin: 0 auto;
    width: 95%;
    padding-bottom: 30px;
}
.shoppingcart_3_main .con_infor .con_information{
    padding-left: 100px;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 3px;
}
.shoppingcart_3_main a.yes{
    width: 293px;
    height: 43px;
    display: block;
    background-image: url('../images/forget_click.png');
    background-repeat: no-repeat;
    margin: 50px auto 0;
    padding-bottom: 40px;
}
/*spend*/
.shoppingcart_3_main .record .tt{
    width: 100%;
    height: 130px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.shoppingcart_3_main .record .tt .ul{
    position: absolute;
    top: 0;
    right: 30px;
    padding-left: 85px;
}
.shoppingcart_3_main .record .tt .li {
    font-size: 15px;
    overflow: hidden;
    padding-left: 110px;
}
.shoppingcart_3_main .record .tt .li:nth-child(1){
    margin-top: 15px;
    color: #666156;
}
.shoppingcart_3_main .record .tt .li:nth-child(2){
    margin-top: 15px;
    margin-bottom: 20px;
    position: relative;
    color: #666156;
}
.shoppingcart_3_main .record .tt .li:nth-child(2):before{
    position: absolute;
    content: '+';
    display: block;
    top: 0;
    left: 5px;
    width: 10px;
    height: 10px;
}
.shoppingcart_3_main .record .tt .li:nth-child(3){
    position: relative;
    font-size: 22px;
    font-weight: bold;
}
.shoppingcart_3_main .record .tt .li:nth-child(3):before{
    position: absolute;
    content: '= 總計';
    display: block;
    top: 0;
    left: 5px;
    width: 50px;
    height: 20px;
    font-size: 16px;
    font-weight: bold;
}
.shoppingcart_3_main .record .tt .li div{
    float: left;
    margin-right: 6px;
    font-weight: bold;
}
.shoppingcart_3_main .record .tt .back{
    position: absolute;
    bottom: -30px;
    left: 50px;
}













/*=====================================================*/
/*=====================================================*/
/*===== shoppingcart_4_main===============*/
/*=====================================================*/

.shoppingcart_4_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
        /*banner*/
.shoppingcart_4_banner{
    width: 100%;
    background-color: #f9d6ce;
}
.shoppingcart_4_banner img{
    display: block;
    margin: 0 auto;
}
        /*news*/
.shoppingcart_4_main .news{
    padding-bottom: 100px;
}
.shoppingcart_4_main .news ul{
    margin-top: 60px;
    overflow: hidden;
}
.shoppingcart_4_main .news ul li{
    float: left;
}
.shoppingcart_4_main .news ul li:nth-child(2n){
    margin:20px 56px;
}
.shoppingcart_4_main .news ul li img{
    display: block;
    width: 100%;
}
.shoppingcart_4_main .news article{
    width: 1000px;
    margin-top: 84px;
    background-color: #fff;
}
.shoppingcart_4_main .news article p{
    font-size: 18px;
    width: 850px;
    margin:0 auto;
    padding-top: 60px;
    line-height: 2;
    text-align: center;
    letter-spacing: 3px;
    font-weight: bold;
}
.shoppingcart_4_main .news .ctu_buy{
    display: block;
    width: 165px;
    height: 41px;
    margin: 40px auto 0;
    padding-bottom: 90px;
}
.shoppingcart_4_main .news article img{
    width: 100%;
    height: auto;
    display: block;
}













/*=====================================================*/
/*=====================================================*/
/*===== store_1_main===============*/
/*=====================================================*/
.store_1_banner{
    width: 100%;
    background-color: #a8d7d5;
}
.store_1_banner img{
    display: block;
    margin: 0 auto;
}
.store_1_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
    /* cookbox */

.store_1_main .cookbox .cookies .last{
    font-weight:bolder;
}
.store_1_main .ti{
    color: #d79700;
    font-size: 21px;
    display: table;
    margin: 0 auto;
    padding: 10px 58px;
    border: 2px solid #d79700;
}
        /* unit:; */
.store_1_main .unit{
    width: 93%;
    margin: 40px auto 0;
    overflow: hidden;
    position: relative;
}
.store_1_main .unit .ci , .store_1_main .unit .ty , .store_1_main .unit .sn{
    overflow: hidden;
    margin-bottom: 12px;
}
.store_1_main .unit .ci .city01 , .store_1_main .unit .ci .city02{
    float: left;
}
.store_1_main .unit .ty .type01 , .store_1_main .unit .ty .arrow , .store_1_main .unit .ty .type02{
    float: left;
}
.store_1_main .unit p,.store_1_main .unit select , .store_1_main .unit input{
    float: left;
}
.store_1_main .unit .ty .arrow{
    position: relative;
    top: 5px;
    margin:0 12px 0 8px;
}
.store_1_main .unit p{
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: 5px;
    margin-right: 6px;
    letter-spacing: 2px;
}
.store_1_main .unit select{
    margin-right: 12px;
    font-size: 17px;
}
.store_1_main .unit .ci select{
    width: 190px;
    padding-left: 20px;
    color: #362e2b;
}
.store_1_main .unit .ty select{
    width: 230px;
    padding-left: 20px;
    color: #362e2b;
}
.store_1_main .unit .sn a{
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    top: 3px;
    left: 10px;
}
.store_1_main .unit .sn input{
    border: none;
    background: none;
    border-bottom: 1px solid #000;
    width: 140px;
}
.store_1_main .unit a.go{
    width: 75px;
    height: 27px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url('../images/go01.jpg');
    background-repeat: no-repeat;
}
         /*record*/
.store_1_main .record {
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
}
.store_1_main  li div{
    /* overflow: hidden; */
    padding: 5px 0;
    float: left;
}
.store_1_main .record ul{
    background-color: #fff;
    width: 930px;
    margin: 0 auto;
}
.store_1_main .record li{
    overflow: hidden;
}
.store_1_main .record li div{
    float: left;
}
.store_1_main .record li.title{
    background-color: #f5b92c;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 20px 0 0;
    overflow: hidden;
    padding-bottom: 10px;

}
.store_1_main .record li.title div {
    position: relative;
    top: 6px;
}

.store_1_main .record li div:nth-child(1) {
    width: 35%;
}
.store_1_main .record li div:nth-child(2) {
    width: 40%;
}
.store_1_main .record li div:nth-child(3) {
    width: 15%;
}
.store_1_main .record li div:nth-child(4) {
    width: 10%;
}

.store_1_main .record li.list{
    color: #666156;
    font-size: 15px;
    line-height: 1;
    border-bottom: 2px dotted #ebddbd;
    height: 57px;
}
.store_1_main .record li.list div{
    overflow: hidden;
}
.store_1_main .record li.list div:nth-child(1){
    height: 10px;
    padding-top: 22px;
    overflow: hidden;
}
.store_1_main .record li.list div:nth-child(2){
    height: 10px;
    padding-top: 22px;
    overflow: hidden;
}
.store_1_main .record li.list div:nth-child(4){
    height: 38px;
    padding-top: 11px;
    position: relative;
    right: -20px;
    border: none;
}
.store_1_main .record li.list div a.book01{
    width: 37px;
    height: 37px;
    display: block;
    background-image: url('../images/s1.png');
    cursor: pointer;
}
.store_1_main .record li.list div a.book02{
    width: 37px;
    height: 37px;
    display: block;
    background-image: url('../images/s2.png');
    cursor: pointer;
}
.store_1_main .pb{
    margin-bottom:60px;
}












/*=====================================================*/
/*=====================================================*/
/*===== store_2_main===============*/
/*=====================================================*/
.store_2_banner{
    width: 100%;
    background-color: #a8d7d5;
}
.store_2_banner img{
    display: block;
    margin: 0 auto;
}
.store_2_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
    /* cookbox */

.store_2_main .cookbox .cookies .last{
    font-weight:bolder;
}
.store_2_main .ti{
    color: #d79700;
    font-size: 21px;
    display: table;
    margin: 0 auto;
    padding: 10px 58px;
    border: 2px solid #d79700;
}
        /* unit:; */
.store_2_main .unit{
    width: 93%;
    margin: 40px auto 0;
    overflow: hidden;
    position: relative;
}
.store_2_main .unit .ty , .store_2_main .unit .sn{
    overflow: hidden;
    margin-bottom: 12px;
}
.store_2_main .unit .ty .type01 , .store_2_main .unit .ty .arrow ,
.store_2_main .unit .ty .type02 , .store_2_main .unit .sn .store ,
.store_2_main .unit .sn .lb{
    float: left;
}
.store_2_main .unit .sn .lb{
    margin-left: 80px;
}
.store_2_main .unit p , .store_2_main .unit select , .store_2_main .unit input{
    float: left;
}
.store_2_main .unit .ty .arrow{
    position: relative;
    top: 5px;
    margin:0 12px 0 8px;
}
.store_2_main .unit p{
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: 5px;
    margin-right: 6px;
    letter-spacing: 2px;
}
.store_2_main .unit select{
    margin-right: 12px;
    font-size: 17px;
}
.store_2_main .unit .ci select{
    width: 190px;
    padding-left: 20px;
    color: #362e2b;
}
.store_2_main .unit .ty select{
    width: 230px;
    padding-left: 20px;
    color: #362e2b;
}
.store_2_main .unit .sn a{
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    top: 3px;
    left: 10px;
}
.store_2_main .unit .sn input{
    border: none;
    background: none;
    border-bottom: 1px solid #000;
    width: 140px;
}
.store_2_main .unit a.go{
    width: 75px;
    height: 27px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url('../images/go01.jpg');
    background-repeat: no-repeat;
}
         /*record*/
.store_2_main .record {
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
}
.store_2_main  li div{
    /* overflow: hidden; */
    padding: 5px 0;
    float: left;
}
.store_2_main .record ul{
    background-color: #fff;
    width: 930px;
    margin: 0 auto;
}
.store_2_main .record li{
    overflow: hidden;
}
.store_2_main .record li div{
    float: left;
}
.store_2_main .record li.title{
    background-color: #f5b92c;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 20px 0 0;
    overflow: hidden;
    padding-bottom: 10px;

}
.store_2_main .record li.title div {
    position: relative;
    top: 6px;
}

.store_2_main .record li div:nth-child(1) {
    width: 25%;
	padding-left:10px;
}
.store_2_main .record li div:nth-child(2) {
    width:55%;
}
.store_2_main .record li div:nth-child(3) {
    width: 15%;
	padding-left:35px;
}

.store_2_main .record li.list{
    color: #666156;
    font-size: 15px;
    line-height: 1;
    border-bottom: 2px dotted #ebddbd;
    height: 80px;
}
.store_2_main .record li.list div{

}
.store_2_main .record li.list div:nth-child(1){
    height: 10px;
    padding-top: 22px;
    overflow: hidden;
}
.store_2_main .record li.list div:nth-child(2){
    height: 10px;
    padding-top: 22px;

}
.store_2_main .record li.list div:nth-child(3){
    height: 38px;
    padding-top: 11px;
    position: relative;
    right: -20px;
    border: none;
}
.store_2_main .record li.list div a.book01{
    width: 37px;
    height: 37px;
    display: block;
    background-image: url('../images/s1.png');
    cursor: pointer;
}
.store_2_main .record li.list div a.book02{
    width: 37px;
    height: 37px;
    display: block;
    background-image: url('../images/s2.png');
    cursor: pointer;
}

.store_2_main .pb{
    margin-bottom: 60px;
}











/*=====================================================*/
/*=====================================================*/
/*===== store_2_shop_1_1_main===============*/
/*=====================================================*/

.store_2_shop_1_1_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

        /*cookbox*/
.store_2_shop_1_1_main .cookbox .cookies .last{
    font-weight:bolder;
}
        /*news*/
.store_2_shop_1_1_main .news{
    padding-bottom: 50px;
}
.store_2_shop_1_1_main .title {
    color: #d79700;
    font-size: 21px;
    display: table;
    margin: 0 auto;
    padding: 10px 58px;
    border: 2px solid #d79700;
}
.store_2_shop_1_1_main .news section{
    width: 1000px;
    /* height: 500px; */
    margin-top: 50px;
    background-color: #fff;
}
.store_2_shop_1_1_main .news section .prd{
    width: 1000px;
    padding-top: 50px;
}
.store_2_shop_1_1_main .news section .prd .tle{
    height: 21px;
    overflow: hidden;
    font-size: 25px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 1px;
}
.store_2_shop_1_1_main .news section .prd .type{
    height: 20px;
    overflow: hidden;
    font-size: 18px;
    color: #bb9541;
    margin: 14px auto 11px;
    text-align: center;
}
.store_2_shop_1_1_main .news section .prd .price span{
    text-decoration: line-through;
}
.store_2_shop_1_1_main .news section .prd .price{
    height: 20px;
    overflow: hidden;
    font-size: 16px;
    color:#9c9c9c ;
    margin: 0 auto 10px;
    text-align: center;
}
.store_2_shop_1_1_main .news section .prd .onsale{
    height: 21px;
    overflow: hidden;
    font-size: 20px;
    color: #e60012;
    margin: 0 auto ;
    text-align: center;
}
.store_2_shop_1_1_main .news section .img_box{
    width: 246px;
    height: 180px;
    overflow: hidden;
    margin: 60px auto 90px;
}
.store_2_shop_1_1_main .news section .img_box img{
    display: block;
    width: 100%;
    height: auto;
}
.store_2_shop_1_1_main .news section .prd .pps{
    color: #d21b1b;
    width: 430px;
    height: 20px;
    overflow: hidden;
    font-size: 18px;
    margin: 0 auto ;
    text-align: center;
}

.store_2_shop_1_1_main .news ul.contact{
    width: 640px;
    margin:20px auto;
}
.store_2_shop_1_1_main .news ul.contact li{
    font-size: 16px;
    color: #000;
    margin:8px 0;
    overflow: hidden;
}
.store_2_shop_1_1_main .news ul.contact  li div{
    overflow: hidden;
}

.store_2_shop_1_1_main .news ul.contact  li div p,
.store_2_shop_1_1_main .news ul.contact  li div input,
.store_2_shop_1_1_main .news ul.contact  li div textarea{
    float:left;
}
.store_2_shop_1_1_main .news ul.contact  li div p img{
    margin-right: 6px;
}
.store_2_shop_1_1_main .news ul.contact  li div p{
    width: 110px;
    margin-right: 5px;
    position: relative;
    top: 10px;
    letter-spacing: 7px;
    height: 20px;
    overflow: hidden;
}
.store_2_shop_1_1_main .news ul.contact  li div p span{
    margin-right: 46px;
}
.store_2_shop_1_1_main .news ul.contact  li div input{
    border:1px solid #c8c8c8;
    height: 40px;
    width: 500px;
}
.store_2_shop_1_1_main .news ul.contact li div select{
    width: 504px;
    height: 40px;
    padding-left: 28px;
    letter-spacing: 4px;
    font-size: 18px;
    color: #676156;
}
.store_2_shop_1_1_main .news ul.contact  li div textarea{
    border:1px solid #c8c8c8;
    width: 490px;
    height: 130px;
}
.store_2_shop_1_1_main .news ul.contact  li:nth-child(1){
    overflow: hidden;
}
.store_2_shop_1_1_main .news ul.contact  li:nth-child(1) div{
    float:left;
}
.store_2_shop_1_1_main .news ul.contact  li:nth-child(1) div:nth-child(1){
    margin-right: 20px;
}
.store_2_shop_1_1_main .news ul.contact li:nth-child(1) div input{
    width: 500px;
}
.store_2_shop_1_1_main .news ul.contact li:nth-child(5){
    overflow: hidden;
    margin: -8px 0;
}
.store_2_shop_1_1_main .news ul.contact  li:nth-child(5) div:nth-child(1){
    margin-right: 20px;
}
.store_2_shop_1_1_main .news ul.contact  li:nth-child(5) input{
    width: 220px;
}
.store_2_shop_1_1_main .news ul.contact  li:nth-child(5) div{
    float:left;
}
.store_2_shop_1_1_main .news ul.contact li:nth-child(6) img{

}
.store_2_shop_1_1_main .news ul.contact li:nth-child(6) img:hover{
    opacity:0.6;
}
.store_2_shop_1_1_main .news ul.contact  li:nth-child(6) input{
    float:left;
    width: 164px;
    margin-right: 12px;
}
.store_2_shop_1_1_main .news ul.contact  li:nth-child(6) .h{
    position: relative;
    top: 2px;
}
.store_2_shop_1_1_main .news ul.contact  li:nth-child(6) .h a{
    position: relative;
    top: 2px;
    left: 5px;
}
.store_2_shop_1_1_main .news section a.confirm{
    width: 141px;
    height: 40px;
    display: block;
    background-image: url('../images/go.png');
    background-repeat: no-repeat;
     margin-top: 30px;
    padding-bottom: 100px;
    position: relative;
    right: -600px;
}
.store_2_shop_1_1_main .news a.back{
    display: block;
    width: 102px;
    height: 36px;
    background-image: url('../images/back.png');
    margin-top: 50px;
    margin-left: 45px;
}











/*=====================================================*/
/*=====================================================*/
/*===== store_2_shop_2_main===============*/
/*=====================================================*/

.store_2_shop_2_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
        /*banner*/
.store_2_shop_2_banner{
    width: 100%;
    background-color:#a9d7d5;
}
.store_2_shop_2_banner img{
    display: block;
    margin: 0 auto;
}
        /*cookbox*/
.store_2_shop_2_main .cookbox .cookies .last{
    font-weight:bolder;
}

        /*products_list*/
.store_2_shop_2_main .products_list .fir{
    overflow: hidden;
    margin-bottom: 50px;
}
.store_2_shop_2_main .products_list .fir .stor{
    width: 100%;
    margin: 0 auto ;
    padding-top: 28px;
    background: #fff;
}
.store_2_shop_2_main .products_list .fir .storena{
    overflow: hidden;
    width: 85%;
    margin: 0 auto;
}
.store_2_shop_2_main .products_list .fir .stor .storename{
    font-size: 24px;
    width: 400px;
    height: 50px;
    overflow: hidden;
    float: left;
	margin-top:15px;
	line-height:50PX;
}
.store_2_shop_2_main .products_list .fir .stor .social{
    float: right;
}
.store_2_shop_2_main .products_list .fir .stor .social a.lit_fb{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../images/lit_fb.png');
    background-repeat: no-repeat;
}
.store_2_shop_2_main .products_list .fir .stor .social a.lit_off{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../images/lit_off.png');
    background-repeat: no-repeat;
}
.store_2_shop_2_main .products_list .fir .stor .social a.youtube{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../images/youtube.png');
    background-repeat: no-repeat;
}
.store_2_shop_2_main .products_list .fir .stor .social a.line{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../images/line.png');
    background-repeat: no-repeat;
}
.store_2_shop_2_main .products_list .fir .stor .social a.wechat{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../images/wechat.png');
    background-repeat: no-repeat;
}
.store_2_shop_2_main  .products_list .fir .particular{
    overflow: hidden;
    width: 85%;
    margin: 0 auto;
}
.store_2_shop_2_main  .products_list .fir .part{
    float: left;
    margin-right: 40px;
    margin-bottom: 6px;
}
.store_2_shop_2_main .products_list .fir .stor .particular .part span.ashen{
    font-size: 17px;
    font-weight: bold;
    display: inline-block;
    color: #d99e23;
}
.store_2_shop_2_main .products_list .fir .stor .particular .part p{
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    color: #000;
}
.store_2_shop_2_main .products_list .fir .stor .particular .part img{
    margin: 0 8px 0 0;
}
.store_2_shop_2_main .products_list .fir .stor .particular .part span.slant{
    margin: 0 6px 0 8px;
}

/* content */
.store_2_shop_2_main .content{
    overflow: hidden;
    background: #fff;
}
.store_2_shop_2_main  .title{
    color: #d79700;
    font-size: 21px;
    display: table;
    margin: 0 auto;
    padding: 10px 58px;
    border: 2px solid #d79700;
    margin-top: 40px;
}
.store_2_shop_2_main .content .dis{
    padding-bottom: 30px;
    padding-top: 50px;
}
.store_2_shop_2_main .content .disc{
    overflow: hidden;
    border-bottom: 1px dashed #aeaeae;
    margin: 0 auto;
    width: 85%;
    padding-bottom: 30px;
}
.store_2_shop_2_main .content .dis .text{
    float: left;
    width: 540px;
    font-size: 18px;
    text-align: justify;
    line-height: 1.8
}
.store_2_shop_2_main .content .dis .pic{
    float: right;
    width: 230px;
    height: 162px;
    overflow: hidden;
}
.store_2_shop_2_main .content .dis .hot{
    width: 85%;
    margin: 20px auto 0;
    font-size: 17px;
    color: #d21b1b;
}
.store_2_shop_2_main .content .dis .hot img{
    margin-right: 16px;
    position: relative;
    top: -2px;
}
/* label */
.store_2_shop_2_main .label{
    overflow: hidden;
    width: 100%;
    background: #fff;
    margin-top: 50px;
}
.store_2_shop_2_main .label .title{
    color: #d79700;
    font-size: 21px;
    display: table;
    margin: 0 auto;
    padding: 10px 58px;
    border: 2px solid #d79700;
    margin-top: 40px;
}
.store_2_shop_2_main .slabel a.downmore{
    width: 19px;
    height: 19px;
    display: block;
    /*background-image: url('../images/down.png');
    background-repeat: no-repeat;*/
    margin: 10px auto 26px;
}

/*add*/
.store_2_shop_2_main .add{
 background-color: #fff;
 margin-top: 50px;
 padding-top: 40px;
}
.store_2_shop_2_main .add .title{
    color: #d79700;
    font-size: 21px;
    display: table;
    margin: 0 auto;
    padding: 10px 58px;
    border: 2px solid #d79700;
}

        /* unit:; */
.store_2_shop_2_main .unit{
    width: 93%;
    margin: 40px auto 0;
    overflow: hidden;
    position: relative;
}
.store_2_shop_2_main .unit .ty , .store_2_shop_2_main .unit .sn{
    overflow: hidden;
    margin-bottom: 12px;
    overflow: hidden;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0e6ce;
}
.store_2_shop_2_main .unit .ty .type01 , .store_2_shop_2_main .unit .ty .arrow ,
.store_2_shop_2_main .unit .ty .type02
{
    float: left;
}

.store_2_shop_2_main .unit p , .store_2_main .unit select , .store_2_main .unit input{
    float: left;
}
.store_2_shop_2_main .unit .ty .arrow{
    position: relative;
    top: 5px;
    margin:0 12px 0 8px;
}
.store_2_shop_2_main .unit p{
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: 5px;
    margin-right: 6px;
    letter-spacing: 2px;
}
.store_2_shop_2_main .unit select{
    margin-right: 12px;
    font-size: 17px;
}
.store_2_shop_2_main .unit a.go{
    width: 75px;
    height: 27px;
    margin-left: 30px;
    display: inline-block;
    background-image: url('../images/go01.jpg');
    position: relative;
    top: 2px;
}
.store_2_shop_2_main .unit .yt{
    border:none;
    margin-top: 20px;
}
.store_2_shop_2_main .unit a.lvdeio{
    width: 186px;
    height: 36px;
    display: inline-block;
    background-image: url('../images/lookvideo.jpg');
    float: right;
}

.store_2_shop_2_main  ul.add_box{
    overflow: hidden;
}
.store_2_shop_2_main  ul.add_box .list {
    float: left;
    width: 250px;
    height: 350px;
    margin: 30px 40px;
    padding: 10px 0 20px;
    text-align: center;
    background-color: #f5f2e9;
    position: relative;
}
.store_2_shop_2_main  ul.add_box .list .img02 {
    position: relative;
    left: 15px;
    margin-bottom: 5px;
    height: 21px;
    display: table;
    z-index: 1;
    position: relative;
}
.store_2_shop_2_main  ul.add_box .list .img01 {
    width: 149px;
    height: 150px;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}
.store_2_shop_2_main  ul.add_box .list .tit {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 8px;
    width: 100%;
    overflow: hidden;
    height: 40px;
    z-index: 1;
    position: relative;
}
.store_2_shop_2_main  ul.add_box .list .content {
    font-size: 14px;
    margin-bottom: 8px;
    color: #515151;
    width: 100%;
    overflow: hidden;
    height: 18px;
    z-index: 1;
    position: relative;
    background: #f5f2e9;
}
.store_2_shop_2_main  ul.add_box .list .price {
    font-size: 14px;
    color: #e60012;
    width: 100%;
    overflow: hidden;
    height: 18px;
    z-index: 1;
    position: relative;
    margin-bottom: 8px;
}
.store_2_shop_2_main  ul.add_box .list a.wantbuy{
    width: 119px;
    height: 36px;
    background-image: url('../images/wantbuy.jpg');
    display: inline-block;
}
.store_2_shop_2_main  ul.add_box .list a.wantbuy02{
    width: 119px;
    height: 36px;
    background-image: url('../images/wantbuy02.jpg');
    display: inline-block;
}
.store_2_shop_2_main  ul.add_box .list a.serve{
    width: 95px;
    height: 36px;
    background-image: url('../images/reserve.jpg');
    display: inline-block;
}
.store_2_shop_2_main div.bottom{
    margin-top: 30px;
    margin-left: 46px;
}
.store_2_shop_2_main div.bottom p{
    font-size: 15px;
    line-height: 1.8;
}
.store_2_shop_2_main a.back{
    display: block;
    width: 102px;
    height: 36px;
    background-image: url('../images/back.png');
    margin: 34px 0 34px 0px;
}

.fix3 button#demo5-backward {
    background: none;
    border: none;
    top: 50px;
}
.fix3 button#demo5-forward{
    background: none;
    border: none;
}
    /* banner  right */
.products_list .banner {
    overflow: hidden;
    width: 840px;
    margin: 0 auto;
}
.products_list .banner .bleft{
    float:left;
    width: 725px;
    height: 380px;
    overflow: hidden;
    margin-top: 20px;
}
.products_list .banner .bleft img{
    width: 725px;
    height: auto;
}
.products_list .banner .right{
    float:right;
    width: 90px;
}
.products_list .banner .ss2 {
    border: 1px solid #fff;
    width: 90PX;
    height: 350px;
    overflow: hidden;
    font-size: 0;
    margin: 0 auto;
    padding-top: 30px;
}
.products_list .banner .ss2 ul li {
    height: 75px;
    width: 80px;
    margin-top: 10px;
}
div.ss2c {
    position: relative;
}
button.ss2_backward {
    position: absolute;
    top: -380px;
}
            /*mine*/
.store_2_shop_2_main .mine {
    width: 1000px;
    margin: 0 auto 45px;
    background: #fff;
    padding-top: 10px;
}
.store_2_shop_2_main .mine .title {
    color: #d79700;
    font-size: 21px;
    display: table;
    margin: 0 auto 40px;
    padding: 10px 58px;
    border: 2px solid #d79700;
    margin-top: 40px;
}
.store_2_shop_2_main .mine .content {
    width: 370px;
    margin: 0 auto;
    overflow: hidden;
}
.store_2_shop_2_main .mine .content li{
    overflow: hidden;
    margin:30px 0 ;
}
.store_2_shop_2_main .mine .content li div{
    float: left;
}
.store_2_shop_2_main .mine .content li .tt{
    width: 132px;
    padding-left: 30px;
    font-size: 18px;
}
.store_2_shop_2_main .mine .content li .img{
    width: 145px;
    padding-right: 30px;
}
.store_2_shop_2_main .mine .content li .number1{
    color: #ff2400;
}
.store_2_shop_2_main .mine .content li .number2{
    color: #f8b551;
}
.store_2_shop_2_main .mine .content li .number3{
    color: #3cb3cc;
}
.store_2_shop_2_main .mine .content li .number4{
    color: #8fc31f;
}
.store_2_shop_2_main .mine .content li .number5{
    color: #ff2400;
}


        /*slabel*/
.store_2_shop_2_main .slabel{
    margin: 60px auto;
    overflow: hidden;
    background: #fff;
}
.store_2_shop_2_main .slabel ul{
    background-color: #fff;
    width: 770px;
    margin: 0 auto;
}
.store_2_shop_2_main .slabel li{
    overflow: hidden;
}
.store_2_shop_2_main .slabel li div{
    float: left;
    text-align: center;
}
.store_2_shop_2_main .slabel li.lititle{
    background-color: #f5b92c;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 20px 0 0;
    overflow: hidden;
    padding-bottom: 10px;

}
.store_2_shop_2_main .slabel li.lititle div {
    position: relative;
    top: 6px;
}

.store_2_shop_2_main .slabel li div:nth-child(1) {
    width: 260px;
}
.store_2_shop_2_main .slabel li div:nth-child(2) {
    width: 115px;
}
.store_2_shop_2_main .slabel li div:nth-child(3) {
    width: 260px;
}
.store_2_shop_2_main .slabel li div:nth-child(4) {
    width: 125px;
}

.store_2_shop_2_main .slabel li.list{
    color: #666156;
    font-size: 15px;
    line-height: 1;
    border-bottom: 2px dotted #ebddbd;
}
.store_2_shop_2_main .slabel li.list div{
    overflow: hidden;
}
.store_2_shop_2_main .slabel li.list div:nth-child(1){
    padding-top: 22px;
    overflow: hidden;
    border-left: 2px dotted #ebddbd;
	height:58px;
}
.store_2_shop_2_main .slabel li.list div:nth-child(2){
    padding-top: 35px;
    padding-bottom: 30px;
    overflow: hidden;
    background-color: #fff9ea;
    border-left: 2px dotted #ebddbd;
    border-right: 2px dotted #ebddbd;
}
.store_2_shop_2_main .slabel li.list div:nth-child(3){
    padding-top: 22px;
    border-right: 2px dotted #ebddbd;
	height:58px;
}
.store_2_shop_2_main .slabel li.list div:nth-child(4){
    padding-top: 35px;
    padding-bottom: 30px;
    border-right: 2px dotted #ebddbd;
    background-color: #fff9ea;
}
.store_2_shop_2_main .slabel li.list div a.book01{
    width: 37px;
    height: 37px;
    display: block;
    background-image: url('../images/s1.png');
    cursor: pointer;
}
.store_2_shop_2_main .slabel li.list div a.book02{
    width: 37px;
    height: 37px;
    display: block;
    background-image: url('../images/s2.png');
    cursor: pointer;
}
.store_2_shop_2_main .pb{
    margin-bottom:60px;
}














/*=====================================================*/
/*=====================================================*/
/*===== store_2_shop_3_main===============*/
/*=====================================================*/

.store_2_shop_3_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
        /*banner*/
.store_2_shop_3_banner{
    width: 100%;
    background-color: #a8d7d5;
}
.store_2_shop_3_banner img{
    display: block;
    margin: 0 auto;
}
        /*cookbox*/
.store_2_shop_3_main .cookbox .cookies .last{
    font-weight:bolder;
}
        /*news*/
.store_2_shop_3_main .news{
    padding-bottom: 70px;
}
.store_2_shop_3_main .news article{
    width: 1000px;
    padding-bottom: 60px;
    background-color: #fff;
}
.store_2_shop_3_main .news article div.ti{
    height: 190px;
    border-bottom: 2px dotted #e4d1a6;
    width: 900px;
    margin: 0 auto;
}
.store_2_shop_3_main .news article div.ti p.name{
    font-size: 25px;
    width: auto;
    height: 48px;
    margin:0 auto;
    padding-top: 60px;
    line-height: 2;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
}
.store_2_shop_3_main .news article div.ti div.address{
    text-align: center
}
.store_2_shop_3_main .news article div.ti div.address span{
    font-size: 20px;
    margin:0 auto;
    line-height: 2;
    font-weight: bold;
    display: inline-block;
    color: #d99e23;
}
.store_2_shop_3_main .news article div.ti div.address p{
    font-size: 20px;
    margin:0 auto;
    line-height: 2;
    font-weight: bold;
    display: inline-block;
    color: #000;
}
.store_2_shop_3_main .store{
    overflow: hidden;
}
.store_2_shop_3_main .store .title{
    color: #d79700;
    font-size: 21px;
    display: table;
    margin: 0 auto;
    padding: 10px 58px;
    border: 2px solid #d79700;
    margin-top: 40px;
}
.store_2_shop_3_main .store div.tb{
    width: 900px;
    margin: 40px auto 0;
    /*text-align: center;*/
}
.store_2_shop_3_main .store div.tb table.tg {
    border-collapse: collapse;
    border-spacing: 0;
    /* float: left; */
    width: 440px;
    /* clear: both; */
    display: inline-block;
    vertical-align: top;
    margin: 0 0px 40px 0px;
}
.store_2_shop_3_main .store div.tb table.tg:nth-child(2n) {
    margin: 0 0px 40px 11px;
}
.store_2_shop_3_main .store div.tb table.tg td{
    font-size:17px;
    padding:10px 5px;
    border-color: #d2b36b;
    border-style:dotted;
    border-width:1px;
    overflow:hidden;
    word-break:normal;
    height: 35px;
    text-align: center;
    background: #f8f7f7;
}
.store_2_shop_3_main .store div.tb table.tg th{
    font-size:19px;
    background: #f5b92c;
    border-color: #d2b36b;
    padding:10px 5px;
    border-style:dotted;
    border-width:1px;
    overflow:hidden;
    word-break:normal;
    font-weight: bolder;
    text-align: center;
}
.store_2_shop_3_main .store div.tb table.tg th:nth-child(2){
    width: 210px;
}
.store_2_shop_3_main .store div.tb table.tg td.tg-yw42{
    font-size:16px;
    padding:10px 5px;
    border-color: #d2b36b;
    border-style:dotted;
    border-width:1px;
    overflow:hidden;
    word-break:normal;
    height: 35px;
    width: 102px;
    text-align: center;
    background: none;
}
.store_2_shop_3_main  .news a.back{
    display: block;
    width: 102px;
    height: 36px;
    background-image: url('../images/back.png');
    margin-top: 50px;
}





























/*=====================================================*/
/*=====================================================*/
/*===== fix3===============*/
/*=====================================================*/
.fix3 button#demo5-backward {
    background: none;
    border: none;
    top: 70px;
}
.fix3 button#demo5-forward{
    background: none;
    border: none;
}











/*=====================================================*/
/*=====================================================*/
/*===== 頁面數字按鈕===============*/
/*=====================================================*/
/*頁面數字按鈕*/
.pagebox {
    text-align: center;
    width: 1000px;
    margin: 30px auto 0;
    overflow: hidden;
}
.page {
    overflow: hidden;
    float: right;
}
.page>dt, .page>dd {
    display: inline;
}
.page>dt {
    margin: 0 8px;
}
.page>dt:first-child a {
    margin-left: 0;
}
.page>dd>a, .page>dt>a {
    position: relative;
    float: left;
    font-size: 18px;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #2a2ed6 !important;
    text-decoration: none;
}
dd:hover{
    opacity:0.5;
}
.page>dd>a.mark{
    font-weight: bold;
    font-size: 18px;
	background:#f7b14d;

}
.pagebox .side a{
    background-color: #f5b92c;
    border-radius: 50%;
    color: #fff !important;
}

/*//頁面數字按鈕*/











/*checkbox  radio   radio*/
.assess input[type=radio] {
  width: 16px;
  display: none;
  margin-right: 5px;
}
.assess input[type=radio] + label {
    position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  line-height: 32px;
}
.assess input[type=radio] + label:before {
  content: '';
  display: inline-block;
  vertical-align: 0.1ex;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #d5cdc1;
  position: relative;
  top: 4px;
  margin-right: 5px;
  line-height: 16px;
}
.assess input[type=radio] + label:after {
  content: '';
  display: inline-block;
  vertical-align: 0.1ex;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #847f71;
  /* border: 1px solid #d5cdc1; */
  position: absolute;
    top: 9px;
    left: 3px;
  /* margin-right: 5px; */
  line-height: 16px;
  opacity: 0;
}
.assess input[type=radio]:checked + label:after {
    opacity: 1;
}

/*
.assess input[type=checkbox]:checked + label:before {
  content: "\2713";
  top: 4px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  color: #ff1400;
  font-size: 17px;
  text-align: center;
} */
.assess-style1 input[type="radio"] + label:before {

}
/*//checkbox   radio*/










/*checkbox  checkbox   checkbox*/
.assess input[type=checkbox] {
  width: 16px;
  display: none;
  margin-right: 5px;
}
.assess input[type=checkbox] + label {
    position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  line-height: 32px;
}
.assess input[type=checkbox] + label:before {
    content: '';
    display: inline-block;
    vertical-align: 0.1ex;
    width: 16px;
    height: 16px;
    /* background-color: #fff; */
    border: 1px solid #f5b92c;
    position: relative;
    top: 4px;
    margin-right: 5px;
    line-height: 16px;
}
/* .assess input[type=checkbox] + label:after {
  content: '';
  display: inline-block;
  vertical-align: 0.1ex;
  width: 12px;
  height: 12px;
  background-color: #f5b92c;
  position: absolute;
    top: 9px;
    left: 3px;
  line-height: 16px;
  opacity: 0; */
  /* border: 1px solid #d5cdc1; */
  /* margin-right: 5px; */
/* } */
/* .assess input[type=checkbox]:checked + label:after {
    opacity: 1;
} */


.assess input[type=checkbox]:checked + label:before {
  content: "\2713";
  top: 4px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  color: #f5b92c;
  font-size: 17px;
  text-align: center;
}
.assess-style1 input[type="checkbox"] + label:before {

}
/*//checkbox   checkbox*/










/*light_box*/
.light_box{
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    /* display: none; */
    z-index: 1002;
}
.light_content{
    background-color: #fff;
    width: 1200px;
    /* height: 430px; */
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    overflow: overlay;
}
.light_box .no {
    position: absolute;
    top: 10px;
    right: 30px;
    width: 102px;
    height: 28px;
    display: block;
    cursor: pointer;
}








/*beye*/
.beye{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    background-color: rgba(0,0,0,0.8);
}
.search_main .beye img{
    width: 85px !important;
    height: 87px !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


/*0207*/
.yqe{
    width: 100%;
}
.inpo{
    width: 220px;
    height: 47px !important;
    margin-bottom:10px !important
}
.inpo span{
    display: inline-block;
    position: relative;
    top: 4px;
    line-height: 20px;
    width: 176px;
    height: 45px;
    vertical-align: top;
}

.assess input[type=checkbox] + label.aa:before{
        vertical-align: top;
}
.qatitle{
    padding-left: 90px;
}
.qatitle h4,.qatitle time{
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    padding-right: 5px;
}
/*1101*/
.characterBox{
    position: fixed;
    bottom: 0px;
    left:15px;
    z-index: 9;
}
.characterBox .characterTxt{
    position: relative;
    top: 18px;
    left: 19px;
    width: 305px;
    height: 216px;
    background: url(../images/icon_content.png) top left no-repeat;
    padding: 26px 30px 26px 26px;
    font-size: 15px;
    line-height: 20px;
}

.characterBox .characterTxt div{
    overflow: hidden;
    height: 164px;
}
.characterBox .characterTxt a{
    position: absolute;
    bottom: 55px;
    right: 25px;
    display: block;
    width: 51px;
    height: 14px;
    background: url(../images/icon_close.png) top left no-repeat;
    z-index: 8;
}


/*銀行預約*/

.m2_record_main .record li.title{
    display: flex;
    justify-content: space-between;
}

.record-main{
    display: flex;
    height: 150px;
    width: 1130px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 1px solid #CCCCCC;
    text-align: center;
}

.record-main>span{
    width:calc(100% / 8)
}

.record-main>span span{
    display: block;
    margin:8px auto;
    width: 103px;
}

.record-main span{
    letter-spacing: 0.05em;
    font-size: 16px;
    font-weight: bolder;
    color: #000000;
}

.button01,.button02,.button03,.button04{
    display: flex !important;
    justify-content: center;
    align-items: center;
    height:45px;
}

.record-main>span .button01{
    color:#666156;
    border: 3px solid #756850;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 18px;
    width:103px;
}

.record-main>span .paynum{
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.record-main>span .button01 a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.record-main>span .button01:hover{
    color:#fff;
    background: #756850;
}

.record-main>span .button01 a:hover{
    opacity: 1;
}

.record-main>span .button02{
    color:#666156;
    border: 3px solid #CCCCCC;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 14px;
    width:120px;
    height: 46px;
    margin: 8px auto;
}

.record-main>span .button03{
    background: #756850;
    border:none;
    border-radius: 3px;
    font-size: 18px;
    width:120px;
    color:#fff;
    margin: 8px auto;
    font-weight: bolder;
}

.record-main>span .button03:hover{
    color:#fff;
    background: #4D4435;
    cursor: pointer;
}

.record-main>span .button03.payed{
    background: #E9E4D3;
    color: #666156;
    cursor: auto;
}

.record-main>span .button04{
    background: #F1B92B;
    border-radius: 3px;
    font-size: 18px;
    width:110px;
    margin: -50px auto 0;
}

.record-main>span .button04:hover{
    opacity:1;
    background: #D79700;
}

.record-main .name{
    display: flex;
    justify-content: center;
}
.record-main .name span{
    overflow: hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.record-main .type{
    color:#388E3C;
}

.record-main .payed{
    display: flex;
    justify-content: center;
    align-items: center;
    width:282.5px;
    color: #666666;
    letter-spacing: 0.05em;
    line-height: 26px;
}
