﻿@charset "utf-8";
.logoBox{
    width: 100%;
    margin: 0 auto;
    max-width: 1400px;
}
.loginLogo{
    display: block;
    margin: 10px 0;
}
.bannerBox{
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 380px;
}
.loginbannerBox{
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 600px;
    max-width:1440px;
    left:50%;
    transform:translateX(-50%);
}
.loginBanner{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.loginBox{
    width: 320px;
    height: auto;
    margin: -10px auto 0 auto;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    z-index: 10;
    right: 10%;
    top: 95px;
    padding: 10px 30px 20px 30px;
}
.loginTit{
    font-size: 18px;
    line-height: 1;
    text-align: center;
    color: #ff504d;
    margin-top: 10px;
    font-weight: bold;
}
.inTit{
    font-size: 14px;
    line-height: 1;
    color: #333;
    margin-top: 15px;
    font-weight: bold;
}
.cardNum{
    display: block;
    width: 100%;
    height: 36px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0 5px 0 5px;
    margin-top: 12px;
}
.passw{
    display: block;
    width: 100%;
    height: 36px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0 5px 0 5px;
    margin-top: 12px;
}
.loginMsg{
    font-size: 12px;
    color: #ff504d;
    margin-top: 5px;
}
.loginBtn{
    display: block;
    width: 100%;
    height: 36px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #fff;
    background-image: -moz-linear-gradient( 71deg, rgb(233,95,35) 0%, rgb(251,106,34) 100%);
    background-image: -webkit-linear-gradient( 71deg, rgb(233,95,35) 0%, rgb(251,106,34) 100%);
    background-image: -ms-linear-gradient( 71deg, rgb(233,95,35) 0%, rgb(251,106,34) 100%);
    box-shadow: 0px 2px 10px 0px rgba(35, 35, 35, 0.3);
    margin-top: 28px;
}
.loginTip{
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
    color: #666;
    margin-top: 30px;
}
.inloginLogo{
    display: block;
    margin: 0;
}
.navBox{
    display: flex;
    justify-content: space-around;
}
.nav{
    font-size: 18px;
    color: #333;
    line-height: 60px;
    margin: 0 30px;
}
.navOn{
    color: #fc7454;
    font-weight: bold;
}
.indexBanner{
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.gdBox{
    width: 1200px;
    margin: 0 auto 0 auto;
    padding-bottom: 40px;
}
.gdItem{
    width: 220px;
    margin: 20px 0 0 20px;
}
.gdImg{
    display: block;
    font-size: 0;
    width: 220px;
    height: 220px;
}
.gdTit{
    font-size: 13px;
    line-height: 16px;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 5px;
    text-align: justify;
}
.orderBox{
    width: 1200px;
    margin: 45px auto 0 auto;
}
.orderBox td{
    border: 1px solid #ff6259;
    font-size: 16px;
    line-height: 1.2;
    color: #333;
    text-align: center;
    padding: 12px 5px;
}
.mask{
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
}
.wltcBox{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 300px;
    height: auto;
    background: #fff;
    border-radius: 5px;
    z-index: 100;
}
.wltcBoxtop{
    width: 100%;
    height: 28px;
    line-height: 28px;
    background: #eee;
    font-size: 14px;
}
.wltcTit{
    padding: 0 0 0 10px;
}
.close{
    cursor: pointer;
    padding: 0 10px 0 0;
}
.wltcCon{
    padding: 20px 20px 30px 20px;
}
.wlxxBox{
    font-size: 12px;
    line-height: 1.4;
    margin-top: 10px;
}
.wlxx1{
    color: #333;
}
.wlxx2{
    color: #666;
}
.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-bottom: 50px;
}
.pagination li {
    margin: 0 5px;
}
.pagination li a {
    display: block;
    padding: 5px 10px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #333;
}
.pagination li a.active {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}
.pdBox{
    width: 100%;
    padding: 10px;
}
.pdImg{
    display: block;
    font-size: 0;
    width: 300px;
    height: 300px;
}
.pdInfo{
    width: calc(100% - 350px);
}
.pdTit{
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
    color: #333;
}
.pdTip{
    font-size: 18px;
    line-height: 1;
    color: #333;
    margin-top: 10px;
}
.addSel{
    display: block;
    border: 1px solid #eee;
    width: 120px;
    height: 24px;
    border-radius: 4px;
    margin-top: 10px;
}
.dhBtn{
    width: 160px;
    height: 32px;
    line-height: 24px;
    font-size: 15px;
    color: #fff;
    background: #fe4a4d;
    border-radius: 4px;
    margin-top: 15px;
    cursor: pointer;
}
.pdConTit{
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    color: #fc7454;
    border-bottom: 1px solid #fc7454;
    width: calc(100% - 20px);
    margin: 20px auto 0 auto;
    padding: 0 0 10px 10px;
    text-align: center;
}
.pdDetailImg{
    display: block;
    font-size: 0;
    width: calc(100% - 20px);
    margin: 10px auto 0 auto;
}
.exBox{
    padding: 0 0 30px 0
}
.exBox{
    padding: 0 0 30px 0;
    margin: 0 auto;
    width: 800px;
}
.exInfoBox{
    padding: 0 10px;
    margin-top: 15px;
}
.exInfoTit{
    font-size: 15px;
    line-height: 28px;
    text-align: right;
    color: #333;
    width: 100px;
}
.bt{
    color: #fc7454;
    margin-right: 5px;
}
.exInfoInput{
    width: calc(100% - 160px);
    height: 30px;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-left: 10px;
    padding: 0 0 0 5px
}
.exSel{
    width: calc(100% - 160px);
    height: 30px;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-left: 10px;
}
.exYzmInput{
    width: 80px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-left: 10px;
    padding: 0 0 0 5px
}
.exYzmImg{
    display: block;
    font-size: 0;
    margin-left: 10px;
    width: 60px;
    height: 30px;
    border-radius: 4px;
}
.chYzm{
    font-size: 12px;
    line-height: 28px;
    color: #2130f2;
    margin-left: 10px;
}
.subBtn{
    display: block;
    width: 200px;
    height: 34px;
    line-height: 34px;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    margin: 40px auto 0 auto;
    background: #ff494d;
    font-size: 15px;
    cursor: pointer;
}