/*通用*/
* {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}
html {
    height: 100%;
}
body {
    font-family: "SourceHanSansCN";
    height: 100%;
    font-size: 1pt;
    background: #fff;
}
a {
    text-decoration: none;
    text-shadow: none;
    font-weight: normal;
}
ul {
    list-style: none;
}
textarea,
input,
button {
    outline: none;
    -webkit-appearance: none;
    font-family: "SourceHanSansCN";
}
.clear {
    clear: both;
    overflow: hidden;
    height: 0px;
}
.dk {
    width: 100%;
    margin-top: 20px;
    min-width: 320px;
    max-width: 750px;
    margin: 0 auto;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
}
img {
    border: 0;
}
input[type="button"],
input[type="checkbox"],
input[type="radio"],
input[type="submit"],
input[type="reset"],
select {
    -webkit-appearance: none;
    outline: none;
    border: none;
    font-family: Microsoft YaHei;
}

/*头部*/

/* .IndCon{ background-image:url("../images/Back01.jpg"); background-position: top center; background-repeat: no-repeat; background-size: 100%;} */
.IndTit {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12pt 0 15pt;
}
.IndTit h3 {
    color: #f7380a;
    font-size: 16pt;
    font-weight: 550;
}
.IndTit p {
    padding: 0 6pt;
    color: red;
    height: 18pt;
    line-height: 18pt;
    font-size: 12pt;
    border-radius: 3pt;
    margin-left: 5pt;
}
/**/
.IndDow {
    width: 90%;
    background: #fff;
    border-radius: 0.06rem;
    padding: 18pt 0 10pt;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto 10pt;
}
.IndDowD {
    display: flex;
    flex-wrap: wrap;
}
.IndDowA {
    width: 25%;
    display: block;
    margin-bottom: 15pt;
}
.IndDowI {
    width: 18pt;
    height: 18pt;
    margin: 0 auto 5pt;
}
.IndDowI img {
    width: 100%;
    display: block;
}
.IndDowA p {
    color: #3c3c3c;
    font-size: 8pt;
    line-height: 16pt;
    text-align: center;
}
.IndDowS {
    display: flex;
    justify-content: center;
    align-items: center;
}
.IndDowS h3 {
    color: #9f9f9f;
    font-size: 10pt;
    margin: 0 3pt;
    line-height: 15pt;
}
.IndDowS p {
    width: 13pt;
    height: 15pt;
    line-height: 15pt;
    text-align: center;
    border-radius: 2pt;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    font-size: 10pt;
    margin: 0 2pt;
    color: #ff6e00;
}
.IndDowS p.IndDowS1 {
    color: #fff;
    background: #ff6e00;
}
/**/
.IndFd {
    background: #fff;
    border-radius: 0.06rem;
    padding: 15pt 4% 10pt;
    margin: 0 auto 10pt;
    display: flex;
    justify-content: space-between;
}
.IndFor {
    width: 70%;
}
.foot_form ul li:nth-child(1) {
    width: 99%;
    border: 1px solid black;
    border-radius: 3pt;
    margin-bottom: 5pt;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.foot_form ul li:nth-child(2) {
    width: 99%;
    border: 1px solid black;
    border-radius: 3pt;
    margin-bottom: 5pt;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.foot_form ul li:nth-child(3) {
    width: 99%;
    border: 1px solid black;
    border-radius: 3pt;
    margin-bottom: 5pt;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.name {
    padding: 0 5%;
    width: 90%;
    height: 20pt;
    line-height: 20pt;
    border: none;
    background: none;
    color: #333;
    font-size: 9pt;
}
.phone {
    padding: 0 5%;
    width: 90%;
    height: 22pt;
    line-height: 22pt;
    border: none;
    background: none;
    color: #333;
    font-size: 9pt;
}
.verification input {
    padding: 0 5%;
    width: 90%;
    height: 22pt;
    line-height: 22pt;
    border: none;
    background: none;
    color: #333;
    font-size: 9pt;
}
#codelast {
    width: 50%;
}
.btnSendCode {
    width: 40%;
    text-align: center;
    overflow: hidden;
    height: 22pt;
    line-height: 22pt;
    background: #ff6e00;
    border: none;
    font-size: 8pt;
    color: #fff;
    padding: 0 2px;
    border-top-right-radius: 3pt;
    border-bottom-right-radius: 3pt;
}
.submit {
    width: 47%;
    text-align: center;
    overflow: hidden;
    height: 24pt;
    line-height: 24pt;
    background: #ff6e00;
    border: none;
    font-size: 10pt;
    color: #fff;
    border-radius: 12pt;
    display: inline-block;
}
.submit_li {
    text-align: center;
}
.foot_form li {
    margin-bottom: 14px !important;
}
/**/
.right-content {
    width: 40%;
    text-align: center;
    margin-top: 40px;
}
.right-content-div p {
    margin-top: 15px;
    font-size: 15px;
}
.IndKJ {
    width: 26%;
}
.IndKJT {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20pt;
}
.IndKJT i {
    width: 3pt;
    height: 3pt;
    display: block;
    background: #ff6e00;
}
.IndKJT p {
    font-size: 12pt;
    color: #ef6711;
    padding: 0 3pt;
    font-weight: 600;
}
.IndKJM {
    margin: 0pt auto 6pt;
    border-radius: 3pt;
    overflow: hidden;
}
.IndKJM img {
    /* width: 100%; */
    width: 100px;
    height: 100px;
    display: block;
}
.IndKJA {
    color: #ff6f02;
    font-size: 9pt;
    width: 75%;
    margin: 0 auto;
    border: 1px solid #e2e2e2;
    text-align: center;
    height: 18pt;
    line-height: 18pt;
    border-radius: 3pt;
    display: block;
    padding: 0 10px;
}
.IndTit1 p {
    text-align: center;
    margin-top: 10px;
}
/* .IndTit1 p img{width: 100%;} */
/* display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap; */
