/*会员中心-下载专区页面*/
.tab-download .tab1{
    width: 100%;
    margin-bottom: 35px;
}
.tab-download .tab1 td{
    padding: 2% 0;
    border-bottom: 1px solid #dfdfdf;
}
.tab-download .tab1 td.border-none{
    border-bottom: none;
}
.tab-download .tab1 .but1,.but2{
    /*width: 100px;
    height: 40px;*/
}
.tab-download .tab1 .but1{
    color:#777777;
    background: #E5E5E5;
    margin-right:5px;
    width: 90px;
    height: 40px;
}
.tab-download .tab1 .but2{
    background: #2F91DD;
    color: white;
    width: 90px;
    height: 40px;
}
.tab-download .tab1 .but3{
    width: 60px;
    height: 26px;
    background: url("../images/download-bg2.jpg") repeat-x;
    border-radius: 4px;
    color: white;
}
.tab-download .tab1 .td2{
    color: #434343;
    width: 87.5%;
}
.tab-download .tab1 .td1{
    width: 5%;
    padding-left: 1%;
}

/*免费出借样品页面vip-sample页面*/
table.tab2{
    width: 100%;
}
table.tab2 td{
    padding: .8% 0;
    font-size: 12px;
    color: #434343;
}
.wen {
    width: 120px;
    height: 36px;
    background: url("../images/btn-bg5.jpg") repeat-x;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    font-size: 12px;
    color: #686868;
    margin-right: 1.5%;
}
table.tab2 td span.red{
    color: #F00000;
    margin-right: 6px;
    font-size: 12px;
    font-weight: normal;
}
table.tab2 td span.margin-left{
    margin-left: 20px;
}
table.tab2 td.title2{
    font-weight: bold;
    color: #191919;
    padding: 2% 0;
    font-size: 14px;
}
table.tab2 td input{
    border: 1px solid #cfcfcf;
    padding-left: 10px;
	width:350px;
	height:36px;
}
table.tab2 td .yes_input{
    border: 1px solid #cfcfcf;
    padding-left: 10px;
	width:100px;
	height:36px;
	margin-right:10px;
}
table.tab2 td .yes_input_l{
	 margin-left:100px;
	 border: 1px solid #cfcfcf;
    padding-left: 10px;
	width:100px;
	height:36px;
	margin-right:10px;
}
table.tab2 .td2 input{
    height: 35px;
    line-height: 35px;
    width: 90%;
    max-width: 348px;
}
table.tab2 .td3 input{
    height: 35px;
    line-height: 35px;
    width: 90%;
    max-width: 348px;
    float: right;
}
table.tab2 .td4 input{
    height: 35px;
    line-height: 35px;
    width: 65%;
    max-width:560px;
}
input::-webkit-input-placeholder{
    color: #999999;
    font-size: 12px;
}
input::-moz-placeholder{
    font-size: 12px;
    color:#999999
}
input:-moz-placeholder{
    font-size: 12px;
    color: #999999
}
table.tab2 .td1{
    width: 9%;
}
table.tab2 .text-right{
    text-align: right;
}
table.tab2 .td2{
    width: 36.7%;
}
table.tab2 .td3 {
    width: 36.7%;
}
/*单选*/
input[type="radio"] {
    margin: 3px 3px 0px 5px;
    display: none;
}
label {
    padding-left: 24px;
    cursor: pointer;
    background:url("../images/radio1.png") no-repeat left center;
}
label.checked {
    background:url("../images/radio2.png") no-repeat left center;
}
.yes{
   margin-right: 100px;
}
.yes_ri{
   margin-right: 20%;
}
.yes_lr{
   margin-right: 80px;
}
.yes_title{ color:#00A776; font-weight:bold;}
.yes_le{
   margin-left: 50px;
}
.yes_left{
   margin-left: 100px;
}
table.tab2 .td5{
    width: 47%;
}
table.tab2 .td6{
    width: 47%;
}
table.tab2 .tt{
    display: inline;
    line-height: 400%;
}
table.tab2 .td7 input.height{
    height: 110px;
    line-height: 180%;
    width:65%;
    display: table;
    max-width:560px;
}
 textarea {
     resize: none;
     width:64%;
     padding: 10px;
     min-height: 90px;
     border: 1px solid #d6d6d6;
 }
textarea::-webkit-input-placeholder{
    color: #999999;
    font-size: 12px;
}
textarea::-moz-placeholder{
    font-size: 12px;
    color:#999999
}
textarea:-moz-placeholder{
    font-size: 12px;
    color: #999999
}
.td5 .da1{
    height: 36px;
 width: 350px;
    background: #F5F5F5;
}


/*资讯页面 advice1*/
.point {
    width: 100%;
    background: #f0f1f2;
    padding: 2% 0;
    margin:3% 0;
}
.point img{
    display: inline-block;
    float: left;
    margin:3px 10px 20px;

}
.point h4{
    font-size: 14px;
}
.tab3{
    width: 100%;
    border: 1px solid #d6d6d6;
    margin-top: 2%;
}
.tab3 .t1{
    background: #f0f1f2;
}
.tab3 td{
    border: 1px solid #d6d6d6;
    text-align: center;
    height: 50px;
}
.tab3 .td1{
    width: 8%;
}
.tab3 .td2{
    width: 16%;
}
.tab3 .td3{
    width: 8%;
}
.tab3 .td4{
    width: 13%;
}
.tab3 .td5{
    width: 8%;
}
/*.tab3 .td2,.td3,.td4,.td5{
    width: 18.5%;
}*/
.tab3 input{
  width: 90%;
}
.but4{
    width: 120px;
    height: 40px;
    background: #fba808;
    border-radius: 4px;
    font-size: 18px;
    color: white;
    margin: 4.5% auto 8.5%;
    display: block;
}
@media (max-width:780px){

}
@media (max-width:380px){
    table.tab2{
        font-size: 10px;
    }
    table.tab2 .td1{
        font-size: 10px;
    }

    table.tab1 .td1 img{
        margin-right: 9px;
    }
    table.tab1{
        font-size: 10px;
    }
    .tab-download .tab1 .but3{
        width: 40px;
        font-size: 10px;
        height: 25px;
    }
    input::-webkit-input-placeholder{

        font-size: 10px;
    }
    input::-moz-placeholder{
        font-size: 10px;

    }
    input:-moz-placeholder{
        font-size: 10px;

    }
}



