﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

ul,
ol,
dl,
table,
th,
tr,
td,
input,
textarea,
li,
a,
div,
span,
em,
i {
    margin: 0;
    padding: 0;
    border: 0;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}

html,
body {
    font-size: 62.5%;
    width: 100%;
    margin: 0 auto;
}

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 0%;
}

/* End hide from IE-mac */
*+html .clearfix {
    min-height: 0%;
}

*+html .clearfix {
    min-height: 0%;
}

.w100 {
    width: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer;
    -webkit-appearance: none;
    border: 0px;
}

body {
    overflow-x: hidden;
    color: #333;
    font: 14px/28px 'sans-serif', arial;
    background-color: #ffffff;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #e69f0b;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column;
    margin-right: 35px;
}

.logo {
    display: flex;
    justify-content: center;
    margin-top: 55px;
}

.copyright {
    text-align: center;
    color: aliceblue;
    margin-top: 10px;
    font-size: 1.5rem;
}

.copyright p {
    padding-top: 10px;
}

.txt {
    display: flex;
    justify-content: center;

}

.btn-default {
    width: 400px;
    height: 60px;
    border-radius: 35px;
    text-align: center;
    background-color: #fde101;
    color: #0065a3;
    border: 0px;
}

.form-txt {
    width: 400px;
    height: 60px;
    border-radius: 35px;
    text-align: center;
    border: 0px;

}

.form-horizontal {
    margin-top: 115px;
    margin-bottom: 85px;
}

.head {
    display: flex;
    justify-content: space-between;
}

.head .head-left {
    width: 42%;
    display: flex;
    justify-content: space-between;
}

.head .head-left h3 {
    background-color: #0078bf;
    border-radius: 35px 35px;
    color: #ffffff;
    line-height: 30px;
    width: 150px;
    height: 30px;
    text-align: center;
    font-size: 1.8rem;
    margin-top: 25px;
}

.head .head-right {
    width: 58%;
    height: 68px;
    line-height: 68px;
    background: url(../images/bg2.jpg) left no-repeat #0078bf;
    text-indent: 55px;


}


.head .head-right a {
    color: #ffffff;
    display: none;
}

.tit {
    background: url(../images/dot.jpg) left center no-repeat;
    padding-left: 25px;
    font-size: 2.1rem;
    color: #0078bf;
    margin-top: 25px;

}

.item {
    height: 50px;
    background-color: #fafafa;
    line-height: 50px;
    margin-top: 10px;
    font-size: 1.5rem;
}

.items {
    border-bottom: 1px solid #fafafa;
    line-height: 50px;
    font-size: 1.7rem;
}


.item div:nth-child(2),
.item div:nth-child(3),
.item div:nth-child(4) {
    text-align: center;
}

.items div:nth-child(2),
.items div:nth-child(3),
.items div:nth-child(4) {
    text-align: center;
}

.items div:nth-child(4) a {
    background-color: #0078bf;
    color: #ffffff;
    padding: 3px 15px;
    border-radius: 15px 15px;
}

.waplie {
    display: none;
    margin-top: 15px;
}

.waplie .row {
    background-color: #fafafa;
    padding: 5px 15px;
    line-height: 200%;
    font-size: 1.8rem;
    color: black;
}

.waplie .row span {
    color: #666666;
    margin-left: 7px;
}

.waplie div:nth-child(4) {
    display: flex;
    justify-content: center;

}

.waplie div:nth-child(4) a {
    background-color: #0078bf;
    color: #ffffff;
    padding: 3px 15px;
    border-radius: 15px 15px;
}


.tr {
    text-align: right
}

.tj {
    text-align: center;
    margin-top: 22px
}

.tj a {
    background-color: #007ac0;
    color: #FFFFFF;
    border-radius: 35px;
    padding: 5px 10px;
    font-size: 25px;
}

.tc {
    display: none;
    background-color: rgb(0, 0, 0, 0.5);
    /* position: absolute; */
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

a.ck {
    background-color: #007ac0;
    color: #FFFFFF;
    border-radius: 35px;
    padding: 5px 10px;
    margin-left: 10px
}

.tc2 {
    width: 70%;
    height: 80%;
    background-color: #FFFFFF;
    border-radius: 10px;
    margin-left: 15%;
    margin-top: 5%;
    position: relative;
    overflow-Y:scroll;
}
.tc2 .close{
    position: absolute;
    font-size: 18px;
    top: 10px;
    right: 10px;
    color: #000;
}

.tc_tit {
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    margin: 15px 15px;
    line-height: 230%;
}

.tc_con {
    font-size: 13px;
    line-height: 180%;
    margin: 20px 20px;
}

.zt span {
    margin-left: 15px;
}

.yj {
    border-bottom: 1px solid #000;
    height: 22px;
    margin-left: 25px
}