* {
    margin: 0;
    padding: 0;
}

a,
i,
li {
    text-decoration: none;
    list-style: none;
    font-style: normal;
    color: black;
}

body {
    width: 100%;
    overflow-x: hidden;
    font-family: 'Microsoft YaHei', 'Helvetica', 'Arial', 'Heiti SC', 'Hiragino Sans GB', 'Simsun', 'sans-self';
}

.tg_header {
    height: 38px;
}

.tg_header > div {
    height: 38px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-image: linear-gradient(-270deg, #340E1D 0%, #230B20 50%, #112732 100%);
    background-image: -webkit-linear-gradient(-270deg, #340E1D 0%, #230B20 50%, #112732 100%);
}

.tg_header > div > img {
    height: 20px;
}

.tg_header > div > span {
    font-size: 14px;
    color: #FFFFFF;
}

.header_2 {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

@font-face {
    font-family: 'iconfont';
    /* project id 876706 */
    src: url('../font/font_876706_0b63iegalkc.eot');
    src: url('../font/font_876706_0b63iegalkcd41d.eot?#iefix') format('embedded-opentype'), url('../font/font_876706_0b63iegalkc1.woff') format('woff'), url('../font/font_876706_0b63iegalkc2.ttf') format('truetype'), url('../font/font_876706_0b63iegalkc3.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 20px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.sidebar {
    width: 70px !important;
    position: fixed;
    bottom: 100px;
    right: 13px;
    box-shadow: 0 0 13px 0 rgba(153, 153, 153, 0.2);
    background: white;
    z-index: 9999;
}

._tel > a > i {
    font-size: 32px !important;
}

.sidebar > div {
    width: 70px;
    height: 70px;
    position: relative;
    background: white;
}

.sidebar .active {
    background: #2bae29;
}

.sidebar .active > a > i {
    color: black !important;
}

.sidebar .active > a > span {
    /*color: white !important;*/
}

.sidebar .sid_code {
    background: #f9f9f9;
}

.sidebar .sid_form {
    background: #f9f9f9;
}

.sidebar > div .sid_item {
    display: inline-block;
    width: 70px;
    height: 70px;
    position: relative;
    opacity: 1 !important;
}

.sidebar > div .sid_item > i {
    font-size: 25px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: #999999;
}

.sidebar > div .sid_item > img:nth-of-type(2) {
    opacity: 1;
}

.sidebar > div .sid_item > span {
    opacity: 1 !important;
    display: block;
    color: #333333;
    font-size: 12px;
    text-align: center;
    position: relative;
    top: 45px;
}

.sidebar > div .sid_form {
    width: 300px;
    height: 356px;
    box-shadow: 0 0 13px 0 rgba(153, 153, 153, 0.2);
    position: absolute;
    top: 0;
    right: 93px;
    display: none;
    overflow: hidden;
    cursor: pointer;
}

.sidebar > div .sid_form .close {
    position: relative;
    height: 52px;
}

.sidebar > div .sid_form .close > img {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 7px;
    left: 7px;
}

.sidebar > div .sid_form .close > i {
    position: absolute;
    top: -36px;
    left: -36px;
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 36px;
    border-style: solid;
    transform: rotateZ(45deg);
    border-color: #2bae29;
}

.sidebar > div .sid_form .form_title {
    width: 100%;
    font-size: 16px;
    color: #333333;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    margin-top: -30px;
}

.sidebar > div .sid_form .form_title > i {
    display: inline-block;
    width: 38px;
    height: 1px;
    background: #d8d8d8;
}

.sidebar > div .sid_form .form_title > span {
    margin: 0 20px;
}

.sidebar > div .sid_form .form_ {
    text-align: center;
}

.sidebar > div .sid_form .form_ > input,
.sidebar > div .sid_form .form_ select {
    width: 240px;
    height: 36px;
    border: none;
    outline: none;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
    line-height: 36px;
    text-indent: 1em;
    font-size: 14px;
    color: #888888;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    background: white;
}

.sidebar > div .sid_form .form_ > select:nth-last-of-type(1) {
    margin-bottom: 0 !important;
}

.sidebar > div .sid_form > span {
    display: block;
    width: 240px;
    color: red;
    font-size: 14px;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
}

.sidebar > div .sid_form .sub {
    display: block;
    width: 240px;
    height: 36px;
    font-size: 14px;
    outline: none;
    border: none;
    text-align: center;
    color: black;
    line-height: 36px;
    margin: 0 auto;
    border-radius: 3px;
    cursor: pointer;
    background: #2bae29;
}

.sidebar > div .sid_code {
    width: 160px;
    height: 180px;
    position: absolute;
    top: 0;
    right: 93px;
    box-sizing: border-box;
    padding: 15px;
    box-shadow: 0 0 13px 0 rgba(153, 153, 153, 0.2);
    display: none;
}

.sidebar > div .sid_code > i {
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    position: absolute;
    top: 28px;
    right: -16px;
}

.sidebar > div .sid_code > div {
    width: 130px;
}

.sidebar > div .sid_code > div > img {
    width: 100%;
    margin-bottom: 5px;
}

.sidebar > div .sid_code > div > span {
    display: block;
    font-size: 14px;
    color: #333333;
    text-align: center;
}

.sidebar > div .sid_mobile {
    width: 250px;
    height: 70px;
    position: absolute;
    right: 93px;
    top: 0;
    box-shadow: 0 0 13px 0 rgba(153, 153, 153, 0.2);
    line-height: 70px;
    text-align: center;
    background: #f9f9f9;
    display: none;
}

.sidebar > div .sid_mobile > i {
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    position: absolute;
    top: 28px;
    right: -16px;
}

.sidebar > div:nth-last-of-type(1):hover .sid_item > span {
    color: #333333;
}

.sidebar > div:nth-of-type(n+2) {
    border-top: none;
}

.show_form_error {
    border-color: #C40000 !important;
}

.ad {
    width: 96px;
    height: 140px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 50;
}

.ad > img {
    width: 96px;
    cursor: pointer;
}

.ad > div {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 140px;
    overflow: hidden;
}

.ad > div > a {
    display: block;
    height: 140px;
}

.ad > div > a > img {
    width: 1920px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.ad > div > a > span {
    display: block;
    width: 1200px;
    margin: 0 auto;
    height: 140px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.ad > div > a > span > img {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 0;
    cursor: pointer;
}

.ad .animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.z_form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}

.z_form > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 520px;
    height: 741px;

}

.z_form > div > img:nth-of-type(1) {
    width: 100%;
    height: 100%;
}
.z_form > div > img:nth-of-type(2) {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0px;
    right: -80px;
    cursor: pointer;
}

.z_form .z_content > div {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 0;
    margin-right: 10px;
}

.z_form .z_content > div:nth-of-type(2n) {
    margin-right: 0;
}

.z_form > div > div {
    width: 459px;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    background: white;
    padding: 27px;
    border-radius: 3.99px;
}

.z_form > div > div > p {
    width: 100%;
    border-left: 3px solid #4438E2;
    margin-bottom: 20px;
}

.z_form > div > div > p > span {
    font-size: 31.93px;
    color: #000000;
    display: inline-block;
    margin-left: 15px;
}

.z_form > div > div > p > img {
    width: 30px;
    height: 30px;
    float: right;
}

.z_form .z_content > div > input,
.z_form .z_content > div select {
    width: 195px;
    height: 44px;
    border: none;
    outline: none;
    border: 1px solid #d8d8d8;
    text-indent: 1em;
    font-size: 19px;
    box-sizing: border-box;
    background: none;
    border-radius: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.z_form .z_content > div:nth-of-type(2n) {
    margin-right: 0;
}

.z_form button {
    display: block;
    width: 406px;
    height: 49px;
    text-align: center;
    line-height: 49px;
    font-size: 20px;
    color: black;
    outline: none;
    border: none;
    background: white;
    cursor: pointer;
    margin: 0 auto;
    border: 1px solid #d8d8d8;
}

.z_form .yjs_error {
    color: red;
    text-align: center;
    height: 25px;
    margin-top: -25px;
}

.z_form .exam_form_error {
    border-color: #c40000 !important;
}

/*# sourceMappingURL=tg_header190225.css.map */
