
html {
    overflow-x: auto;
    overflow-y: auto;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: inherit;
}

.aDecor:hover {
    text-decoration: underline;
    color: #ffffff;
}

li {
    list-style: none;
}

h2 {
    font-size: 18px;
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

input,
textarea,
button,
select,
div {
    outline: none;
    border: 0;
}

.rightTanWrap {
    left: 55%;
    margin-left: 532px;
    margin-right: 0;
    width: 70px;
    position: fixed;
    right: 2px;
    top: 35%;
    margin-top: -85px;
    z-index: 999999;
}

.jszgYytc {
    z-index: 99999;
    display: none;
    /*display: block;*/
    position: absolute;
    top: 0;
    right: 90px;

}

.jszgForm {
    width: 354px;
    height: 540px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    /*margin: 100px auto 0;*/
    position: relative;
}

.iconClose:hover {
    transition: 0.6s;
    transform: rotate(180deg);
}

.iconClose {
    transition: 0.6s;
    position: absolute;
    right: -12px;
    top: -13px;
    cursor: pointer;
    width: 36px;
    height: 36px;
}

.iconClose img {
    width: 100%;
    height: 100%;
}

.jszgForm .jszgFormTitle {
    background-image: url("/statics/zh/dxyybd/images/background.png");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.jszgForm .jszgFormTitle .formTitle {
    font-size: 24px;
    line-height: 22px;
    color: #ffffff;
}

.jszgForm .jszgFormContent {
    /*height: 440px;*/
    background-color: #ffffff;
    /*background-color: #33a58e;*/
    padding: 27px 32px 23px 33px;
    display: flex;
    flex-direction: column;

    align-items: center;
}

.jszgForm .jszgFormContent .formInputs {

}

.formInputs .formName {

}

.formInputs .formPhone {
    margin-top: 20px;
}

.formInputs .formCode {
    margin-top: 20px;
    position: relative;
}

.formCodeBtn {
    width: 94px;
    height: 42px;
    background-color: #ff6565;
    border-radius: 4px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    position: absolute;
    top: 0px;
    right: 0;
}

input {
    height: 44px;
    line-height: 44px;
    text-indent: 18px;
    /*margin-top: 14px;*/
    box-sizing: border-box;
    font-size: 14px;
    color: #666666;
    background-color: #fafafa;
    border-radius: 4px;
    border: solid 1px #dedede;

}

.formInputs .formName input {
    width: 290px;
}

.formInputs .formPhone input {
    width: 290px;
}

.formInputs .formCode input {
    width: 180px;
}

.jszgForm .jszgFormContent .formDescription {
    margin-top: 29px;
}

.formDescription span {
    font-size: 14px;
    color: #ff4d3c;
}

.formDescription p {
    font-size: 14px;
    line-height: 22px;
    color: #999999;
}

.jszgForm .jszgFormContent .formBtn {
    transition: 0.4s;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
    width: 290px;
    height: 42px;
    color: #ffffff;
    background: #ff4539;
    border-radius: 6px;
    margin-top: 17px;
    user-select: none;
}

.jszgForm .jszgFormContent .formBtn:hover {
    cursor: pointer;
    transition: 0.4s;
    background-color: #ff995b;
}

.error {
    color: #ff4539;
    position: absolute;
}

