*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    outline: none;

}
a,a:hover,a:focus{
    color: #999999;
}
body{
    position: relative;
    max-width: 750px;
    margin: 0 auto;
    background-color: #F5F5F5;
}
img{
    display: block;
    max-width: 100%;
}

input{
    display: block;
    width: 100%;
    border-radius: 4px;
    border:1px solid #DEDEDE  ;
    height: 40px;
    padding-left: 16px;
}
input:-ms-input-placeholder{
    color: #999999;
    font-size: 14px;
    opacity:1;
}
textarea{
    width: 100%;
    border-radius: 4px;
    border: 1px solid #DEDEDE;
    height: 100px;
    padding-left: 16px;
    padding-top: 8px;
}
textarea:-ms-input-placeholder{
    color: #999999;
    font-size: 18px;
    opacity:1;
}
select{
    display: block;
    height:40px;
    width: 100%;
    border: 1px solid #DEDEDE;
    border-radius: 6px;
    padding-left: 12px;
    appearance:none;  
    -moz-appearance:none;  
    -webkit-appearance:none;  
    background: url("../img/down.png") no-repeat 96% center;  
    background-size:20px;
}
select:focus-visible{
    border: 1px solid #DEDEDE !important;

}
/* .nav-sel {
    width: 90px;
    height: 40px;
    border: 1px solid #B2B2B2;
    border-radius: 6px;
   
} */
.flex {
	display: flex;
	align-items: center;
}

/* 容器的开头 */
.flex.flex-start {
	justify-content: flex-start;
}

/* 容器的结尾 */
.flex.flex-end {
	justify-content: flex-end;
}

/* 两端对齐 */
.flex.flex-between {
	justify-content: space-between;
}

/* 等分 两边有距离 */
.flex.flex-around {
	justify-content: space-around;
}

/* 居中对齐*/
.flex.flex-center {
	justify-content: center;
}
/* 上下左右居中 */
.posi-all {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

/* 左右居中 */
.posi-x {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

/* 垂直居中 */
.posi-y {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
div{
    color: #999999;
}
.require_text{
    color: red;
}
.btn{
    width: 100%;
    border-radius: 4px;
    height: 40px;
    background: linear-gradient(to right, #EF8933 , #EC5D29);
    color: white;
    text-align: center;
    line-height: 40px;
}
.banner{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.content{
    position: relative;
    z-index: 2;
    padding:0 12px;
}
.banner_content{
    padding-top: 50%;
}
.section{
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
}
.form{
    padding: 30px;
}
.form input{
    margin-bottom: 5px;
}
.captcha_box{
    display: grid;
    grid-template-columns: 64% 28%;
    column-gap: 8%;
}

.captcha_box .right{
    height: 40px;
}
.list{
    padding:22px ;
}

.navs:first-child{
    margin-bottom: 22px;
}
.nav img{
    width: 50px;
    margin: 0 auto;
}
.nav p{
    padding-top: 10px;
    font-size: 14px;
    color: #333;
    line-height: 1;
}
.copyright{
    padding-bottom: 15px;
    text-align: center;
    font-size: 10px;
    width: 100%;
}
.bar{
    position: relative;
    width: 100%;
    background: linear-gradient(to right, #EF8933 , #EC5D29);
    }
.bar div{
    height: 44px;
    color: white;
}
.bar img{
    margin-left: 14px;
    width: 24px;
    height: 24px;
}
.goods_content{
    padding:10px 12px;
    background-color: white;
}    
.goods_content .goods_info{
    border-radius: 0 0 4px 4px;
    border:1px solid #DEDEDE;
    color: #333333;
}
.goods_content .goods_info .goods_name{
    text-align: center;
    padding: 9px 0px;
}
.goods_content .goods_info .goods_content{
    padding: 3px 12px 12px;
    font-size: 13px;
    line-height: 25px;
}
.goods_content .detail-form{
    padding-top: 15px;
}
.goods_content .detail-form .title{
    color: #000000;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}
.goods_content .detail-form .item{
margin-bottom: 15px;
}
.goods_content .detail-form .item .select-p{
padding-top: 10px;
}
.goods_content .detail-form .label{
    font-size: 13px;
    font-weight: bolder;
    color: #000000;
    margin-bottom: 5px;
}
.select-box{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 9px;
    row-gap: 10px;
}
.page_box{
    padding: 15px;
}
.page_box .page{
    border: 1px solid #DEDEDE;
    border-radius: 4px;
    padding: 12px;
}
.page_box .page div{
    color: #333333;
    font-size: 13px;
}
.page .title{
    font-weight: bold;
}
.page .content{
    padding: 5px 0px;
    line-height: 20px;
}
.order_no{
    text-align: center;
    margin: 0 auto;
}
.finish{
    padding: 10px 0px 27px;
}
.finish img{
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
.orange{
    color: #ED5E2A;
}
.weight{
    font-weight: bolder;
}
.big_font{
    font-size: 15px;
}
.black{
    color: black;
}
.font_normal{
    font-size: 13px;
    color: #333333;
    font-weight: 400;
}
.order_info{
    padding-bottom: 10px;
}
.order_info p{
    padding: 0px 0px 10px;
}
table,table tr th, table tr td { 
    border:1px solid #DEDEDE; 
    background-color: white;
    font-size: 12px;
    color: #333333;
    padding-left: 12px;
    /* border-radius: 5px; */
}
table {
    width: 100%;
    min-height: 36px;
    line-height: 36px;
    text-align: left;
    border-collapse: collapse;
    padding:2px;
}


