* {
    padding: 0;
    margin: 0;
}

html,
body {
    height: 100%;
}

body {
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    overflow: auto;
}

body * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    line-height: 1;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

input:-moz-placeholder {
    color: #ddd;
    opacity: 1;
}

input::-moz-placeholder {
    color: #ddd;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #ddd;
}

input::-webkit-input-placeholder {
    color: #ddd;
}

textarea:-moz-placeholder {
    color: #ddd;
    opacity: 1;
}

textarea::-moz-placeholder {
    color: #ddd;
    opacity: 1;
}

textarea:-ms-input-placeholder {
    color: #ddd;
}

textarea::-webkit-input-placeholder {
    color: #ddd;
    font-family: PingFangSC-Medium, PingFang SC;
}


/* 滚动条 */

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(144, 147, 153, 0.5);
    border-radius: 4px;
}


/* 共用样式 */

.banner-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background-size: cover;
}

.title {
    vertical-align: middle;
    padding: 60px 0;
}

.title .icon {
    display: inline-block;
    margin-right: 20px;
}

.title .text {
    font-size: 40px;
    font-weight: 500;
    color: #334155;
    letter-spacing: 2px;
    line-height: 1;
}

.button {
    width: 200px;
    height: 52px;
    border-radius: 26px;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 60px;
    cursor: pointer;
    opacity: 0.9;
}

.button:hover {
    opacity: 1;
}

.button+.button {
    margin-left: 65px;
}

.button.plain {
    border: 1px solid #fff;
    color: #fff;
}

.button.primary {
    background: #1890ff;
    color: #fff;
}

#banner {
    height: calc(100vh - 100px);
    position: relative;
}


/* 右侧固定弹框 */

.sider-container {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY( -50%);
    display: flex;
    align-items: center;
    z-index: 999;
    transition: right 0.2s;
}

.sider-container.hide {
    right: -260px;
}

.sider-container .showSider {
    width: 60px;
    height: 164px;
    background: #1890FF;
    border-radius: 4px 0px 0px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 16px;
    cursor: pointer;
}

.sider-container .showSider span {
    line-height: 26px;
    font-size: 20px;
    color: #fff;
}

.sider-container .showSider img {
    width: 24px;
    height: 24px;
    margin-top: 4px;
}

.sider-container .hiddenSider {
    width: 260px;
    height: 436px;
    background: #FFFFFF;
    border-radius: 4px 0px 0px 4px;
    transition: width 0.3s;
}

.sider-container .hiddenSider .innerHide {
    transition: width 0.3s;
}

.sider-container .hiddenSider .top {
    width: 260px;
    height: 50px;
    background: #1890FF;
    line-height: 50px;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
}

.sider-container .hiddenSider .box {
    width: 100%;
    height: calc(100% - 50px);
    padding: 20px;
    color: #334155;
    text-align: center;
    border: 1px solid #eee;
}

.sider-container .hiddenSider .box p {
    font-size: 16px;
    line-height: 24px;
}

.sider-container .hiddenSider .box input {
    width: 100%;
    height: 32px;
    border-radius: 4px;
    border: 1px solid #CBD5E1;
    padding: 0 12px;
    font-size: 14px;
    margin: 12px 0 6px;
    outline: none;
}

.sider-container .hiddenSider .box span.tip {
    margin-top: -5px;
    color: #EF4444;
}

.sider-container .hiddenSider .box input.isNull {
    border-color: #EF4444;
}

.sider-container .hiddenSider .box input.isNull:-moz-placeholder {
    color: #EF4444;
    opacity: 1;
}

.sider-container .hiddenSider .box input.isNull::-moz-placeholder {
    color: #EF4444;
    opacity: 1;
}

.sider-container .hiddenSider .box input.isNull:-ms-input-placeholder {
    color: #EF4444;
}

.sider-container .hiddenSider .box input.isNull::-webkit-input-placeholder {
    color: #EF4444;
}

.sider-container .hiddenSider .box .submitBtn {
    width: 220px;
    height: 40px;
    background: #1890FF;
    border-radius: 4px;
    line-height: 40px;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    cursor: pointer;
    margin-top: 6px;
}

.sider-container .hiddenSider .box img {
    width: 136px;
    height: 136px;
}


/* 主体 */

.container {
    position: relative;
    z-index: 1;
    padding-top: 20px;
}

.wrap {
    width: 1400px;
    margin: 0 auto;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

#header {
    height: 80px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 40px;
}

#header.mask {
    background-color: rgba(30, 41, 59, 0.3);
}


/* #header.mask .other-info span {
    color: #fff;
} */

#header ul {
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
}

#header li {
    float: left;
    color: #fff;
    font-size: 16px;
    height: 52px;
    line-height: 52px;
    margin-left: 60px;
    cursor: pointer;
    position: relative;
}

#header li .label {
    color: #fff;
    text-decoration: none;
}

#header li .line {
    display: block;
    width: 0;
    position: absolute;
    left: 50%;
    height: 8px;
    background: #1890FF;
    bottom: -12px;
    border-radius: 4px;
    transition: all .25s cubic-bezier(0.48, 0.58, 0.08, 2.12);
}

#header li.active .label,
#header li:hover .label {
    /* color: #1890FF; */
    font-size: 17px;
    font-weight: 700;
}

#header li.active .line,
#header li:hover .line {
    width: 100%;
    margin-left: -50%;
}

#header .logo {
    display: inline-block;
    width: 180px;
    height: 40px;
    background: url("../img/logo.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
    text-indent: -1000em;
    overflow: hidden;
    cursor: pointer;
}

#header .other-info {
    float: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#header .other-info img {
    width: 28px;
    margin-right: 4px;
}

#header .other-info .phone {
    font-size: 24px;
    font-family: HelveticaNeue-BoldItalic, HelveticaNeue;
    font-weight: 700;
    /* color: #1890FF; */
    color: #fff;
    letter-spacing: 1px;
    margin-right: 20px;
    font-style: italic;
}

#header .other-info .login-button {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    background: #1890FF;
    border-radius: 26px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    opacity: .9;
}

#header .other-info .login-button:hover {
    opacity: 1;
}


/* 底部 */

#btmContainer .learnmore {
    height: 176px;
    background: #1890FF;
    overflow: hidden;
    text-align: center;
}

#btmContainer .learnmore div:last-child {
    display: flex;
    align-items: center;
}

#btmContainer .learnmore .more-box {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rect {
    width: 260px;
    height: 130px;
    overflow: hidden;
    position: absolute;
}

.rect .circle {
    width: 260px;
    height: 260px;
    border: 30px solid #F1F5F9;
    border-radius: 50%;
}

.learnmore .wrap {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.learnmore .rect {
    opacity: .3;
}

.learnmore .rect-1 {
    top: 0;
    transform: rotate(180deg);
}

.learnmore .rect-2 {
    bottom: -80px;
    right: 0px;
}

.learnmore .text {
    font-size: 40px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 60px;
    letter-spacing: 2px;
}

.learnmore .button {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 30px;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    font-weight: 400;
    color: #1890FF;
    letter-spacing: 1px;
    margin: 0 40px 0 106px;
    cursor: pointer;
    opacity: .9;
}

.learnmore .button:hover {
    opacity: 1;
}

.learnmore .phone {
    font-size: 24px;
    font-family: HelveticaNeue-BoldItalic, HelveticaNeue;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 60px;
    letter-spacing: 1px;
}

footer {
    height: 420px;
    background: #1E293B;
    padding-top: 60px;
}

footer .wrap {
    margin: 0 auto;
}

footer .wrap>div {
    float: left;
}

footer .logo {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: url("../img/logo-icon.png") no-repeat;
    margin-right: 32px;
}

footer .list {
    margin-right: 80px;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #94A3B8;
    line-height: 28px;
    letter-spacing: 1px;
    width: 90px;
}

footer .list li {
    margin-bottom: 20px;
}

footer .list div {
    cursor: pointer;
}

footer .list span {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
}

footer .list.relation {
    width: 200px;
}

footer .list.relation li {
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
}

footer .list.relation img {
    position: absolute;
    left: 0;
    top: 0;
}

footer .list p {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
}

footer .list.qrcode img {
    margin-top: 20px;
    width: 100%;
}

footer .other,
footer .link {
    height: 80px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #334155;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

footer .other img {
    width: 32px;
    vertical-align: middle;
    margin-right: 20px;
}

footer .other .wrap {
    width: 1400px;
    margin: 0 auto;
    float: none;
}

footer .other .wrap>div {
    float: none;
    display: flex;
    line-height: 80px;
    justify-content: space-between;
}

footer .other .wrap>div span {
    line-height: 80px;
}

footer .other a {
    color: #FFFFFF;
    text-decoration: none;
}

footer .other span {
    opacity: .5;
}

footer .other span+span {
    margin-left: 20px;
}

footer .link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: .5;
}

footer .link a {
    color: #fff;
    text-decoration: none;
    padding-left: 20px;
}

footer .link p {
    display: flex;
    justify-content: center;
    padding: 8px 200px;
    font-size: 14px;
}

footer .link p:first-child span {
    font-size: 14px;
}


/*表单 */

.form-container .form-item {
    position: relative;
}

.form-container .form-item label {
    font-size: 16px;
    font-weight: 400;
    color: #334155;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-align: left;
}

.form-container .form-item span.tip {
    color: #EF4444;
    position: absolute;
    bottom: -16px;
}

.form-container .form-item.required label::before {
    content: '*';
    color: #EF4444;
    margin-right: 4px;
}

.form-container input {
    width: 100%;
    display: block;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #CBD5E1;
    padding: 0 18px;
    font-size: 16px;
    margin-bottom: 20px;
    outline: none;
}

.form-container .form-item.required input.isNull {
    border-color: #EF4444;
}

.form-container .form-item.required input.isNull:-moz-placeholder {
    color: #EF4444;
    opacity: 1;
}

.form-container .form-item.required input.isNull::-moz-placeholder {
    color: #EF4444;
    opacity: 1;
}

.form-container .form-item.required input.isNull:-ms-input-placeholder {
    color: #EF4444;
}

.form-container .form-item.required input.isNull::-webkit-input-placeholder {
    color: #EF4444;
}

.form-container .select {
    width: 100%;
    height: 40px;
    border: 1px solid #CBD5E1;
    padding: 0 18px;
    border-radius: 4px;
    margin-bottom: 20px;
    position: relative;
    font-size: 16px;
    line-height: 40px;
    cursor: pointer;
}

.select span.select-value {
    color: #000;
}

.select span.place {
    color: #ddd;
}

.form-container .select::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/arrow-down.png) no-repeat center;
    position: absolute;
    right: 20px;
    top: 10px;
}

#selectOptions {
    position: absolute;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    color: #334155;
    padding: 10px 0;
    right: 20px;
    top: 52px;
    left: 0;
    max-height: 320px;
    overflow-y: scroll;
    z-index: 99;
}

#selectOptions::after {
    content: '';
    border-width: 8px;
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    position: absolute;
    top: -16px;
    left: 20px;
}

#selectOptions li {
    line-height: 28px;
    font-size: 16px;
    padding: 0 16px;
    cursor: pointer;
    margin-bottom: 6px;
}

#selectOptions li:last-child {
    margin-bottom: 0;
}

#selectOptions li:hover {
    background-color: #fafafa;
}

#selectOptions li.actived {
    color: #1890ff;
}

#selectOptions.hidden {
    display: none;
}

.form-container textarea {
    width: 100%;
    display: block;
    border-radius: 4px;
    border: 1px solid #CBD5E1;
    padding: 0 18px;
    font-size: 16px;
    margin-bottom: 20px;
    outline: none;
    height: 120px;
    padding-top: 14px;
}

.form-container .submit-btn {
    width: 120px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: #1890FF;
    border: none;
    color: #fff;
    border-radius: 26px;
    font-size: 16px;
    cursor: pointer;
    float: right;
}

.form-container .submit-btn:hover {
    opacity: 0.8;
}

.form-container .button {
    float: right;
}

.form-container .submit-btn:active {
    opacity: 0.8;
}

.trade-item {
    position: relative;
    overflow: hidden;
}

.trade-item img {
    width: 100%;
    display: block;
}

.trade-item>div {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    background: rgba(30, 41, 59, 0.6);
}

.trade-item p {
    font-size: 32px;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 2px;
}

.trade-item span {
    width: 200px;
    height: 52px;
    line-height: 52px;
    display: block;
    border-radius: 26px;
    border: 1px solid #ffffff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    letter-spacing: 1px;
    margin-top: 50px;
    cursor: pointer;
}


/* 客户评价 */

.friendly-link {
    background: #fff;
    overflow: hidden;
}

.friendly-link .title {
    text-align: center;
}

.friendly-link .link-list {
    margin-bottom: 60px;
}

.friendly-link .link-list ul {
    margin-bottom: 40px;
    overflow: hidden;
}

.friendly-link .link-list li {
    width: 14%;
    float: left;
    text-align: center;
}

.friendly-link .link-list ul:last-child li:nth-child(3) img {
    width: 100px;
    height: 100px;
    margin-left: 10px;
}

.friendly-link .link-list span {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.friendly-link .link-list img {
    /* width: 100%;
    height: 100%; */
    width: 120px;
    height: 120px;
}


/* 表单提交 滑块解锁模态框 */

#mask {
    width: 100vw;
    height: 100vh;
    background: rgba(30, 41, 59, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#mask .slider-box {
    width: 480px;
    height: 340px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
}

#mask .puzzle {
    width: 400px;
    height: 200px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
    background-image: url('../img/slider/slide1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

#mask .puzzle .que {
    width: 40px;
    height: 40px;
    background: rgba(30, 41, 59, 0.5);
    position: absolute;
    left: 200px;
    border-radius: 0 2px 2px 0;
}

#mask .puzzle .que::before {
    content: '';
    display: block;
    width: 16px;
    height: 10px;
    border-radius: 8px 8px 0 0;
    position: absolute;
    background: rgba(30, 41, 59, 0.5);
    top: -10px;
    left: 8px;
}

#mask .puzzle .que::after {
    content: '';
    display: block;
    width: 10px;
    height: 16px;
    border-radius: 0 8px 8px 0;
    position: absolute;
    background: rgba(30, 41, 59, 0.5);
    top: 8px;
    right: -10px;
    overflow: hidden;
}

#mask .puzzle .bu {
    width: 40px;
    height: 40px;
    position: absolute;
    background-image: url('../img/slider/slide1.jpg');
    background-repeat: no-repeat;
    background-size: 400px 200px;
    background-position: 0 0;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    border-radius: 0 2px 2px 0;
}

#mask .puzzle .bu .topCircle {
    content: '';
    display: block;
    width: 16px;
    height: 10px;
    border-radius: 8px 8px 0 0;
    position: absolute;
    box-shadow: 2px 0 1px 0 rgba(0, 0, 0, 0.2);
    top: -10px;
    left: 8px;
    background-image: url('../img/slider/slide1.jpg');
    background-repeat: no-repeat;
    background-size: 400px 200px;
    overflow: hidden;
}

#mask .puzzle .bu .rightCircle {
    content: '';
    display: block;
    width: 10px;
    height: 16px;
    border-radius: 0 8px 8px 0;
    position: absolute;
    top: 8px;
    right: -10px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    background-image: url('../img/slider/slide1.jpg');
    background-repeat: no-repeat;
    background-size: 400px 200px;
}

#mask .slider-box .drag {
    width: 400px;
    height: 40px;
    line-height: 40px;
    background-color: #e8e8e8;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    color: #fff;
}

#mask .slider-box .bg {
    width: 38px;
    height: 100%;
    position: absolute;
    background-color: #67C23A;
}

#mask .slider-box .text {
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: center;
    user-select: none;
    font-size: 16px;
}

#mask .slider-box .btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    position: absolute;
    border: 1px solid #ccc;
    cursor: move;
    text-align: center;
    user-select: none;
    background: url('../img/slider-right.png') no-repeat #fff center;
    /* background-position: center; */
}

#mask.hidden {
    display: none;
}