@font-face {
    font-family: 'OpenSans';
    src: url('../font/OpenSans-Regular.eot');
    src: url('../font/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../font/OpenSans-Regular.woff') format('woff'), url('../font/OpenSans-Regular.woff2') format('woff2'), url('../font/OpenSans-Regular.ttf') format('truetype'), url('../font/OpenSans-Regular.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../font/OpenSans-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('../font/OpenSans-Semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'OpenSans-Light';
    src: url('../font/OPENSANS-LIGHT.TTF');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'georgia';
    src: url('../font/georgia.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


* {
    margin: 0;
    padding: 0;
}

body,
html {
    color: #676767;
    background-color: #fff;
    font: 16px/1.2 OpenSans, "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    overflow-x: hidden;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    transition: all 0.3s;
}

label {
    margin-bottom: 0px;
}


button,
textarea,
input,
button:focus,
textarea:focus,
input:focus {
    border: 0;
    outline: none;
    resize: none;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

em,
i {
    font-style: normal;
}

button {
    outline: none;
}

:root {
    --geek-primary-color: #FDC447;
}

/*fixed*/

.home-header.fixed {
    background: #1D3A59;
}

.home-header.menu-active {
    background: #1D3A59;
    transition: all 0.3s;
}

/*header*/

.home-header {
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

header .header-top .top {
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    padding: 25px 0;
    margin: 0px;
}

header .header-top .tel {
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
}

header .header-top .logo a {
    cursor: pointer;
    display: inline-block;
    font-family: Oldenburg;
    border: 1px solid var(--geek-primary-color);
    color: var(--geek-primary-color);
    font-size: 40px;
    font-weight: bold;
    padding: 15px 25px;
}

header .header-top .logo a:hover {
    background-color: var(--geek-primary-color);
    color: #fff;
}

header .header-top .login {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #fff;
    background-color: #1AA4D8;
    border-radius: 100px;
    padding: 8px 20px;
}

header .header-top .login a {
    color: #fff;
    padding: 0 5px;
}

header .header-top .login a:hover {
    color: var(--geek-primary-color);
}

header .header-top .login .icon-user {
    font-size: 25px;
}

header .header-menu .menu-wrapper {
    justify-content: space-between;
    margin: 0px;
    padding: 20px 0;
}

header .header-menu .menu-wrapper .menu-box {
    margin: auto;
}

header .header-menu .menu-wrapper .login {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #fff;
}

header .header-menu .menu-wrapper .login a {
    color: #fff;
    padding: 0 5px;
}

header .header-menu .menu-wrapper .login a:hover {
    color: var(--geek-primary-color);
}

header .header-menu .menu-wrapper .login .icon-user {
    font-size: 25px;
}

header .menu {
    column-gap: 30px;
}

header .menu li {
    position: relative;
}

header .menu > li > a {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    display: inline-block;
}

header .menu > li:hover > a,
header .menu > li.active > a {
    color: var(--geek-primary-color);
    transition: none;
}


header .menu-btn {
    color: #fff;
    font-size: 18px;
    margin-left: 12px;
}

.inner-header .menu-btn {
    color: #3d3d3d;
}

header .menu-btn:hover {
    color: var(--geek-primary-color);
}

/*header end*/

/*footer*/

footer {
    background: #1D3A59;
}

.footer-menu {
    padding: 50px 0;
}

.footer-menu .left {
    padding-right: 30px;
}

.footer-menu .left .logo {
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
    padding: 15px 25px;
    color: var(--geek-primary-color);
    border: 1px solid var(--geek-primary-color);
    transition: none;
}

.footer-menu .left .logo:hover {
    background-color: var(--geek-primary-color);
    color: #fff;
}

.footer-menu .left p {
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
    line-height: 1.5;
}

.footer-menu .menu-list span {
    color: #fff;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.footer-menu .menu-list ul li {
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
    margin-top: 5px;
}

.footer-menu .menu-list ul li a {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    transition: none;
}

.footer-menu .menu-list div:last-child ul > li i {
    color: var(--geek-primary-color);
    font-size: 22px;
    margin-right: 8px;
}

.footer-menu ul > li > a:hover {
    color: var(--geek-primary-color);
}

.footer-bottom .row {
    padding: 30px 0;
    margin: 0;
    border-top: 1px solid #ffffff;
}

.footer-bottom {
    color: #fff;
}

.footer-bottom .left {
    padding: 0;
}

.footer-bottom .right {
    text-align: right;
    padding: 0px;
}

.footer-bottom .right a {
    color: #fff;
    text-decoration: underline;
}

/*footer end*/

.team .sm-title,
.contact .sm-title,
.services .sm-title,
.about .sm-title,
.index .sm-title {
    color: #1AA4D8;
}

.team .title,
.contact .title,
.services .title,
.about .title,
.index .title {
    font-size: 50px;
    font-weight: 600;
    color: #1D3A59;
    line-height: 1.4;
    margin: 25px 0;
}


/* index */
.index {
    background: #f9f9f9;
}

.index .section1,
.index .section2,
.index .section3,
.index .section4 {
    padding-bottom: 80px;
}

.index .banner {
    z-index: 1;
    padding: 0;
    position: relative;
}

.index .banner img {
    width: 100vw;
}

.index .banner .text-content {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 50%;
}

.index .banner .text-content h2 {
    font-weight: 600;
    font-size: 75px;
    letter-spacing: 1px;
}

.index .banner .place {
    display: inline-block;
    background-color: var(--geek-primary-color);
    width: 250px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    font-size: 22px;
    margin-top: 35px;
}

.index .banner .place:hover {
    opacity: 0.9;
    transition: none;
}

.index .section2 .item {
    text-align: center;
    padding: 45px 30px;
}

.index .section2 .item:hover {
    background-color: var(--geek-primary-color);
}

.index .section2 .item:hover i,
.index .section2 .item:hover .title,
.index .section2 .item:hover .text {
    color: #fff;
}


.index .section2 .item i {
    font-size: 70px;
    color: var(--geek-primary-color);
}

.index .section2 .item .title {
    color: #3f3f3f;
    margin: 15px 0;
    font-size: 24px;
    font-weight: 600;
}

.index .section2 .item .text {
    color: #727272;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
}

.index .section3 .bg {
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30%;
    width: 100%;
    background-color: #F3F5F9;
}

.index .section3 .row {
    position: relative;
    padding: 60px 0;
    margin-top: 60px;
}

.index .section3 img {
    height: 100%;
}

.index .section3 .row div:not(:last-child) {
    position: relative;
    z-index: 2;
}

.index .section3 .right {
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.index .section3 .item p {
    font-size: 18px;
    color: #878787;
    margin: 30px 0;
}

.index .section3 .item ul li {
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #474747;
}

.index .section3 .item ul li:not(:last-child) {
    margin-bottom: 15px;
}

.index .section3 .item ul li i {
    position: relative;
    top: 2px;
    font-size: 26px;
    color: #1AA4D8;
    margin-right: 10px;
}

.index .section4 .item {
    text-align: center;
    padding: 20px 30px;
}

.index .section4 .item .num {
    position: relative;
    display: inline-block;
    color: #1AA4D8;
    border: 2px solid #1AA4D8;
    font-size: 50px;
    font-weight: 600;
    border-radius: 50%;
    width: 97px;
    height: 97px;
    line-height: 97px;
}

.index .section4 .item .num::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: 0.75rem;
    background: #fff;
    border: 2px solid var(--geek-primary-color);
}

.index .section4 .item h5 {
    font-size: 25px;
    color: #3f3f3f;
    font-weight: 600;
    margin: 25px 0;
}

.index .section4 .item p {
    color: #727272;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
}

/* index */


/* 内页 header */
.inner-header {
    position: relative;
    padding: 30px 0;
}

.inner-header .row {
    margin: 0;
    justify-content: space-between;
}

.inner-header .logo a {
    cursor: pointer;
    display: inline-block;
    font-family: Oldenburg;
    background-color: var(--geek-primary-color);
    color: #FFF;
    font-size: 30px;
    width: 205px;
    height: 64px;
    line-height: 64px;
    text-align: center;
}

.inner-header .book a {
    display: inline-block;
    background-color: #1AA4D8;
    color: #fff;
    border-radius: 100px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    width: 206px;
    height: 52px;
    line-height: 52px;
    text-align: center;
}

.inner-header .login {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #7B7B7B;
}

.inner-header .login a {
    color: #7B7B7B;
    padding: 0 5px;
}

.inner-header .login .icon-user {
    color: #49CC80;
    font-size: 25px;
}

.inner-header .menu-box {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.inner-header .menu {
    column-gap: 35px;
}

.inner-header .menu > li > a {
    position: relative;
    color: #3d3d3d;

}

.inner-header .menu > li:hover > a,
.inner-header .menu > li.active > a {
    color: #3d3d3d;
}

.inner-header .menu > li:before,
.inner-header .menu > li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 2px;
    background-color: #3d3d3d;
    transition: width 0.3s;
    width: 0px;
}

.inner-header .menu > li:hover:before,
.inner-header .menu > li.active:before {
    width: 100%;
}

.inner-header .account-top .account-head img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.inner-header .account-top .name {
    color: #1AA4D8;
    font-weight: 600;
    font-size: 20px;
}

.inner-header .account-top .logout {
    color: #898989;
}

/* 内页 header */

.about .section1,
.about .section2,
.services .section1,
.services .section2,
.services .section3,
.contact .section1,
.contact .section2,
.team .section1,
.team .section2 {
    padding-bottom: 80px;
}

.contact .section1 .banner,
.services .section1 .banner,
.about .section1 .banner,
.team .section1 .banner {
    position: relative;
}

.contact .section1 .center-part,
.services .section1 .center-part,
.about .section1 .center-part,
.team .section1 .center-part {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    padding: 0 15px;
    width: 100%;
}

.contact .section1 .banner-title,
.services .section1 .banner-title,
.about .section1 .banner-title,
.team .section1 .banner-title {
    color: #FFFFFF;
    font-size: 80px;
    font-weight: bold;
    letter-spacing: 3px;
}

.contact .section1 .icon-arrow-down,
.services .section1 .icon-arrow-down,
.about .section1 .icon-arrow-down,
.team .section1 .icon-arrow-down {
    display: inline-block;
    font-size: 30px;
    margin-top: 5px;
}


.about .section2 {
    margin-bottom: 70px;
}

.about .section2 .left {
    padding-top: 30px;
}

.about .section2 .left p {
    color: #878787;
    font-size: 18px;
    margin: 30px 0;
}

.about .section2 .left ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 25px;
}

.about .section2 .left ul li {
    flex: 0 0 50%;
    color: #878787;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.about .section2 .left ul li:before {
    position: relative;
    top: -1px;
    content: '';
    display: inline-block;
    min-width: 8px;
    min-height: 8px;
    border-radius: 50%;
    background-color: var(--geek-primary-color);
    margin-right: 5px;
}

.about .section2 .right {
    position: relative;
    text-align: right;
}

.about .section2 .right .img2 {
    position: absolute;
    left: 0px;
    bottom: -70px;
}

.about .section3 {
    position: relative;
}

.about .section3 .center-part {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 95%;
}

.about .section3 .center-part .title {
    color: #fff;
    letter-spacing: 3px;
}

.about .section3 .center-part .place {
    display: inline-block;
    background: var(--geek-primary-color);
    width: 270px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    border-radius: 100px;
}


.services .section2 {
    margin-bottom: 100px;
}

.services .section2 .left {
    position: relative;
}

.services .section2 .left .img2 {
    position: absolute;
    right: 15px;
    bottom: -100px;
}

.services .section2 .right {
    padding-top: 30px;
}

.services .section2 .right p {
    color: #878787;
    font-size: 18px;
    margin: 30px 0;
}

.services .section2 .right ul li {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.services .section2 .right ul li > div {
    margin-left: 10px;
}

.services .section2 .right .text1 {
    color: #1D3A59;
    font-size: 23px;
    font-weight: 600;
}

.services .section2 .right .text2 {
    color: #8D8D8D;
    font-size: 17px;
    padding-top: 10px;
}

.services .section3 {
    background-color: #F3F5F9;
    padding-top: 80px;
}

.services .section3 .row {
    row-gap: 30px;
}

.services .section3 .item {
    display: flex;
    align-items: center;
    column-gap: 25px;
    padding: 50px 40px;
    background-color: #fff;
}

.services .section3 .item i {
    font-size: 72px;
    color: var(--geek-primary-color);
}

.services .section3 .item .name {
    color: #3f3f3f;
    font-size: 25px;
    font-weight: 600;
}

.services .section3 .item .desc {
    color: #727272;
    font-size: 17px;
    font-weight: 600;
    margin-top: 15px;
    line-height: 1.5;
}

.contact .section2 .left p {
    font-size: 18px;
    color: #8d8d8d;
}

.contact .section2 .row {
    align-items: center;
}

.contact .section2 .right {
    display: flex;
    flex-wrap: wrap;
}

.contact .section2 .right .item {
    display: flex;
    column-gap: 25px;
    flex: 0 0 50%;
    padding: 0 15px 0 0;
}

.contact .section2 .right .item img {
    border-radius: 50%;
    border: 1px solid #dbdbdb;
    padding: 10px;
    width: 70px;
    height: 70px;
}

.contact .section2 .right .item .name {
    font-size: 23px;
    font-weight: 600;
    color: #1d3a59;
}

.contact .section2 .right .item .desc {
    color: #8d8d8d;
    font-size: 18px;
    margin: 15px 0;
}

.contact .section2 .right .item .email {
    border-bottom: 2px solid #d9d9d9;
    padding-bottom: 2px;
}

.contact .section2 .right .item .phone {
    color: #1D3A59;
    font-size: 20px;
    font-weight: 600;
}

.contact .section3 .map {
    height: 500px;
}

.team .section2 .row {
    padding-top: 15px;
}

.team .section2 .item .name {
    font-size: 23px;
    font-weight: 600;
    color: #1d3a59;
    margin: 20px 0 10px;
}

.team .section2 .item .post {
    font-size: 17px;
    color: #8d8d8d;
}

.team .section2 .item .img-box {
    position: relative;
    overflow: hidden;
}

.team .section2 .item .img-box:hover .bg {
    top: 0px;
}

.team .section2 .item .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 700px;
    bottom: 0;
    background: rgba(29, 58, 89, 0.75);
    transition: top 0.5s;
}


.team .section2 .item .bg ul {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    padding: 0 15px;
}

.team .section2 .item .bg ul li {
    position: relative;
    margin: 25px 0;
}

.team .section2 .item .bg .capacity {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.team .section2 .item .bg .progress {
    position: relative;
    height: 4px;
    background-color: rgba(217, 217, 217, 0.6);
    border-radius: 20px;
    margin-top: 15px;
}

.team .section2 .item .bg .progress .active {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    background-color: var(--geek-primary-color);
}

.team .section2 .item .bg .num {
    position: absolute;
    font-size: 17px;
    font-weight: 600;
    top: 10px;
    color: #fff;
    transform: translateX(50%);
}

/*account*/
.changePasswordModal {
    color: #000 !important;
}

.changePasswordModal .modal-body {
    /*padding: 0px 60px 40px;*/
}

.changePasswordModal .modal-body h5 {
    font-size: 24px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.changePasswordModal .modal-body {
}

.changePasswordModal .modal-body form {
    padding: 0 30px;
}

.changePasswordModal .modal-body form label {
    width: 150px;
    text-align: right;
    padding-right: 5px;
}

.changePasswordModal .modal-body form input {
    border: 0;
    border-bottom: 1px solid #cccccc;
    padding: 3px 0;
    box-shadow: none !important;
}

.changePasswordModal .modal-body form .form-group {
    margin: 25px 0;
}

.changePasswordModal .modal-body form .confirm-btn a {
    display: block;
    color: #ffffff;
    background-color: #1aa4d8;
    width: 100%;
    border-radius: 10px;
    padding: 12px 20px;
    margin-top: 30px;
}

.changePasswordModal .modal-body form a:hover {
    opacity: 0.8
}

.account .section1 {
    padding: 80px 0;
    background: linear-gradient(#51bae1, #e4f4fa);
}

.account .section1 .out-box {
    border: 10px solid #ffffff;
    border-radius: 40px;
    background-color: #f6f7f8;
    padding: 40px;
}

.account .account-name-date .name {
    font-size: 50px;
    font-weight: 600;
    color: #1D3A59;
    display: inline-block;
    margin-right: 40px;
}

.account .account-name-date .date {
    font-size: 20px;
    font-weight: 600;
    color: #BBC5C9;

}

.account .section1 .out-box .logout:hover {
    opacity: 0.8
}

.account .section1 .out-box .logout {
    color: #9AA0A1;
    font-size: 18px;
    font-weight: 600;
}

.account .section1 .out-box .logout svg {
    color: #1aa4d8;
}

.account .section1 .out-box .inner-box {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 15px;
    color: #4f4f4f;
    margin-bottom: 20px;
}
.account .section1 .out-box .inner-box .updateBtn {
    text-align: right;
}
.account .section1 .out-box .inner-box .updateBtn a{
    display: inline-block;
    color: #fff;
    padding: 10px;
    margin-top: 15px;
    background: #1AA4D8;
    border-radius: 10px;
}

.account .section1 .out-box .inner-box .title1 {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 30px;
    color: #4f4f4f;
    display: block;
    width: 100%;
}

.account .section1 .out-box .inner-box a.title1:hover {
    opacity: 0.8
}

.account .section1 .out-box .inner-box .title2 {
    margin-bottom: 30px;
}

.account .section1 .out-box .inner-box .title2 p:first-child {
    font-size: 20px;
    font-weight: 600;
    color: rgba(79, 79, 79, 0.5);
}

.account .section1 .out-box .inner-box .title2 p:last-child {
    font-size: 32px;
    font-weight: 700;
    color: #FDC447;
}

.account .section1 .out-box .inner-box .title2 p:last-child span {
    font-size: 22px;
}

.account .section1 .box1 .list > div {
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 15px;
    position: relative;
}

.account .section1 .box1 .list p {
    color: #555555;
    font-weight: 600;
}

.account .section1 .box1 .list span {
    color: #797979;
    size: 17px;
    font-weight: 400;
}

.account .section1 .box1 .list .price {
    color: #555555;
    font-size: 20px;
    font-weight: 600;
}

.account .section1 .box1 .list .lower {
    background: #F8FBFD;
}

.account .section1 .box1 .list .raise {
    background: #DDFAEF66;
}

.account .section1 .box2 .list ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    align-items: center;
    margin-bottom: 15px;
}

.account .section1 .box2 .account-order ul li {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 10px
}

.account .section1 .box2 .account-order ul li:first-child {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    font-size: 17px;
    font-weight: 400;
}

.account .section1 .box2 .account-order ul li:nth-child(2) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.account .section1 .box2 .account-order ul li:last-child {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    font-size: 16px;
    font-weight: 400;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    white-space: nowrap;
}

.account .section1 .box2 .list .in-progress ul li:nth-child(2) {
    border-left: 4px solid #A8A8FF;
}

.account .section1 .box2 .list .completed ul li:nth-child(2) {
    border-left: 4px solid #BEEDD6;
}

.account .section1 .box2 .list .in-progress ul li:last-child {
    color: #4585E5;
    background: #E2ECFA;
}

.account .section1 .box2 .list .completed ul li:last-child {
    color: #46BA90;
    background: #F1FDF9;
}

.account .section1 .box2 .list ul li p:first-child {
    font-weight: bold;
    font-size: 18px;
    color: #555555;
}

.account .section1 .box2 .list ul li p:last-child span {
    font-weight: 400;
    font-size: 19px;
    color: #555555;
}

.account .section1 .box2 .list ul li p:last-child {
    font-weight: bold;
    font-size: 18px;
    color: #797979;
}

.account .section1 .box3 a {
    color: #797979;
    position: relative;
    display: block;
    width: 100%;
}

.account .section1 .box3 a:hover {
    opacity: 0.8
}

.account .section1 .box3 a:after {
    content: ">";
    position: absolute;
    right: 10px;
    top: 10px;
}

.orderList .section1 .my-order ul {
    margin-bottom: 30px
}

.orderList .section1 .my-order ul li:first-child span {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.orderList .section1 .my-order ul li:first-child p {
    margin-left: 100px;
    padding-left: 15px;
    font-size: 23px;
    font-weight: 600;
}

.orderList .section1 .my-order ul li:nth-child(2) .img-box {
    margin-right: 8px;
    position: relative
}

.orderList .section1 .my-order ul li:nth-child(2) .img-box:after {
    content: '';
    position: absolute;
    right: -5px;
    top: 0;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 2px solid #ffffff;
}

.orderList .section1 .my-order .in-progress ul li:nth-child(2) .img-box:after {
    background-color: #49cc80;
}

.orderList .section1 .my-order .completed ul li:nth-child(2) .img-box:after {
    background-color: #cccccc;
}

.orderList .section1 .my-order ul li:nth-child(2) .img-box img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden
}

.orderList .section1 .my-order ul li:nth-child(2) p {
    font-size: 18px;
    font-weight: bold
}

.orderList .section1 .my-order ul li:nth-child(2) span {
}

.orderList .section1 .my-order .in-progress ul li:first-child p {
    border-left: 4px solid #A8A8FF;
}

.orderList .section1 .my-order .completed ul li:first-child p {
    border-left: 4px solid #BEEDD6;
}

.orderList .section1 .my-order .view-progress:hover {
    opacity: 0.8
}

.orderList .section1 .my-order .view-progress {
    color: #4585E5;
    background: #E2ECFA;
    display: inline-block;
    padding: 8px;
    border-radius: 10px;
}

.orderList .section1 .my-order .view-comments {
    color: #A1A1A1;
}

.orderList .section1 .my-order .view-comments svg {
    color: #e9bc1a
}

.orderList .section1 .my-order .view-comments a {
    text-decoration: underline;
    color: #A1A1A1;
}

.orderList .section1 .my-order .view-comments a:hover {
    text-decoration: none
}

.personalData .upload-head {
    margin-right: 20px
}

.personalData .upload-head label {
    position: relative;
}

.personalData .upload-head label img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
}

.personalData .upload-head label span {
    position: absolute;
    top: 0;
    right: -10px;
    display: inline-block;
    border-radius: 100%;
    border: 2px solid #ffffff;
    background-color: #4585E5;
    padding: 3px 4px;
    cursor: pointer;
}

.personalData .upload-head label span svg {
    color: #ffffff;
}

.personalData .name {
    font-size: 26px;
    font-weight: bold;
}

.personalData form .form-group {
    display: flex;
    position: relative;
    align-items: center;
}

.personalData form label {
    display: inline-block;
    width: 80px
}

.personalData form input {
    border-radius: 10px;
    background: #F6F7FB;
    padding: 10px;
    width: 100%;
}

.personalData form a {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #1AA4D8;
}

.personalData form a:hover {
    opacity: 0.8;
}

/*忘记密码弹框*/
.forgot-modal {
    color: #000 !important;
}

.forgot-modal .modal-header {
    border-bottom: 0;
}

.forgot-modal .modal-body {
    padding: 0px 60px 40px;
}

.forgot-modal .modal-body h5 {
    font-size: 24px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.forgot-modal .modal-body form {
    padding: 0 30px;
}

.forgot-modal .modal-body form input {
    border: 0;
    border-bottom: 1px solid #cccccc;
    padding: 3px 0;
    box-shadow: none !important;
}

.forgot-modal .modal-body form .form-group {
    margin-bottom: 20px;
}

.forgot-modal .modal-body form .confirm-btn a {
    display: block;
    color: #ffffff;
    background-color: #1aa4d8;
    width: 100%;
    border-radius: 10px;
    padding: 12px 20px;
    margin-top: 40px;
}

.forgot-modal .modal-body form a:hover {
    opacity: 0.8
}

.login-page {
    background-color: #e8e8e8;
}

.login-page .section1 {
    color: #3d3d3d;
    background-color: #e8e8ea;
}

.login-page .section1 .out-box {
    background-color: #ffffff;
    border-radius: 16px;
    padding-left: 30px;
    overflow: hidden;
}

.login-page .section1 .logo-img {
    margin-bottom: 40px
}

.login-page .section1 .title {
    margin-bottom: 30px
}

.login-page .section1 .title p {
    color: #000000;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px
}

.login-page .section1 form .form-group {
    margin-bottom: 20px;
}

.login-page .section1 form input {
    border: 0;
    border-bottom: 1px solid #cccccc;
    padding: 3px 0;
    box-shadow: none !important;
}

.login-page .section1 form .forgot-pwd {
    margin-bottom: 20px
}

.login-page .section1 form .forgot-pwd a {
    color: #1aa4d8
}

.login-page .section1 form .login-btn a {
    display: block;
    color: #ffffff;
    background-color: #1aa4d8;
    width: 100%;
    border-radius: 10px;
    padding: 12px 20px
}

.login-page .section1 form a:hover {
    opacity: 0.8
}

.login-page .section1 form .or-sign-up a {
    text-decoration: underline;
    color: #3d3d3d
}

/*account end*/


.customer-web {
    background-color: #e8e8e8;
    min-height: 100vh;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.customer-web .header {
    background-color: #1aa4d8;
    padding: 0 15px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden
}

.customer-web .top-logo img {
    max-width: 80%
}

.customer-web .header ul li {
    padding: 0 10px;
    color: #ffffff
}

.customer-web .header ul li a {
    color: #ffffff
}

.customer-web .header ul li a:hover {
    opacity: 0.8;
}

.customer-web .header ul .user-logo-name img {
    width: 30px;
    height: 30px
}

.customer-web .header ul .user-logo-name {
    font-weight: bold
}

.customer-web .footer,
.customer-web .footer a {
    color: #999;
}

.customer-web .footer a:hover {
    color: #333;
}

.customer-web .footer ul li {
    display: inline-block;
    padding-left: 10px
}

.customer-web .customer-service-page {
    background-color: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
    padding: 20px;
    position: relative;
}

.customer-web .progress-rate ul {
    margin: 40px 0;
    align-items: center;
    justify-content: space-between
}

.customer-web .progress-rate ul li {
    position: relative;
    text-align: center
}

.customer-web .progress-rate ul li:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    top: -30%;
    transform: translateX(-50%);
    border-radius: 100%;
    border: 3px solid #f2f2f2;
    background-color: #ffffff;
}

.customer-web .progress-rate ul li.active:before {
    border: 3px solid #1aa4d8;
}

.customer-web .progress-rate ul li:not(:last-child):after {
    content: '';
    position: absolute;
    width: 98%;
    height: 2px;
    left: 52%;
    top: -20%;
    background: linear-gradient(to right, #f2f2f2, #f2f2f2);
}

.customer-web .progress-rate ul li.active:not(:last-child):after {
    background: linear-gradient(to right, #1aa4d8, #f2f2f2);
}

.customer-web .progress-rate ul li a {
    color: #999999;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    padding: 10px 0;
    /*pointer-events: none;*/
}

.customer-web .progress-rate ul li.active a {
    color: #1aa4d8;
}

.customer-web .customer-service-page .section2 {
    background: linear-gradient(#1aa4d8, #f2f2f2);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.customer-web .customer-service-page .tele-consulting {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #ffffff;
    display: inline-block;
    border-radius: 30px;
    padding: 6px 12px;
    border: 2px solid #ffffff;
    background-color: #1aa4d8;
}

.customer-web .customer-service-page .tele-consulting:hover {
    opacity: 0.8;
}

.customer-web .customer-service-page .content-part {
    padding: 20px;
    height: 55vh;
    overflow-y: auto;
}

/*滚动条整体部分,必须要设置*/
.customer-web .customer-service-page .content-part::-webkit-scrollbar {
    width: 4px;
    height: 10px;
    background-color: #333;
}

/*滚动条的轨道*/
.customer-web .customer-service-page .content-part::-webkit-scrollbar-track {
    background-color: #FFFFFF;
}

/*滚动条的滑块按钮*/
.customer-web .customer-service-page .content-part::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #b6b6b6;
}

/*滚动条的上下两端的按钮*/
.customer-web .customer-service-page .content-part::-webkit-scrollbar-button {
    height: 0px;
    background-color: #b6b6b6;
}

.customer-web .customer-service-page .content-part .chat,
.customer-web .customer-service-page .content-part .q-c-box1 {
    max-width: 50%;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 15px;
    color: #000000;
    margin-bottom: 15px;
}

.customer-web .customer-service-page .content-part .q-c-box1 h4 {
}

.customer-web .customer-service-page .content-part .q-c-box1 .refresh-btn {
    color: #999999
}

.customer-web .customer-service-page .content-part .q-c-box1 ol {
    padding-left: 20px;
    margin-bottom: 0
}

.customer-web .customer-service-page .content-part .q-c-box1 ol li {
    padding-bottom: 6px
}

.customer-web .customer-service-page .content-part .chat-box {
    display: flex;
    flex-direction: column;
}

.customer-web .customer-service-page .content-part .chat-left {
    line-height: 1.5;
    font-size: 17px;
    align-self: flex-start;
}

.customer-web .customer-service-page .content-part .chat-right {
    align-self: flex-end;
    line-height: 1.5;
    font-size: 17px;
}

.customer-web .customer-service-page .content-part .show-time span {
    margin-bottom: 15px;
    display: inline-block;
    padding: 6px 10px;
    background-color: #ffffff;
    color: #999999;
    border-radius: 30px
}

.customer-web .customer-service-page .send-part {
    position: relative;
    background-color: #e7e7e7;
    padding-right: 120px;
}

.customer-web .customer-service-page .send-part input {
    padding: 10px 20px;
    width: 100%;
    border: 0;
    background-color: transparent;
    border-radius: 0
}

.customer-web .customer-service-page .send-part button {
    background-color: #fdc447;
    color: #ffffff;
    padding: 10px 20px;
    width: 120px;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer
}

.customer-web .customer-service-page .send-part button:hover {
    background-color: #1aa4d8
}

.customer-web .customer-service-page.order-completion .content-part,
.customer-web .customer-service-page.technician-coming .content-part,
.customer-web .customer-service-page.place-order .content-part {
    padding: 0;
    position: relative
}

.customer-web .customer-service-page.order-completion .content-part:before,
.customer-web .customer-service-page.technician-coming .content-part:before,
.customer-web .customer-service-page.place-order .content-part:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 13%;
    background: linear-gradient(rgba(26, 164, 216, 1), rgba(242, 242, 242, 0.01));
    z-index: 6;
}

.customer-web .customer-service-page .content-part .map {
    height: 100%
}

.customer-web .customer-service-page .content-part .search-add {
    position: absolute;
    width: 97%;
    left: 20px;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    top: 10px;
    z-index: 9;
    align-items: center;
}

.customer-web .customer-service-page .content-part .search-add .search-box {
    /*background-color: #ffffff;*/
    /*border-radius: 10px;*/
    width: 45%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.customer-web .customer-service-page .content-part .search-add .search-box select {
    padding: 5px;
    margin: 5px 0;
}

.customer-web .customer-service-page .content-part .search-add textarea {
    padding: 10px;
}

.customer-web .customer-service-page .content-part .search-add .search-box img {
    width: 18px;
    position: absolute;
    left: 10px;
    top: 8px;
}

.customer-web .customer-service-page .content-part .search-add .search-box input {
    width: 100%;
    /*padding: 10px 20px 10px 30px;*/
    padding: 10px;
}

.customer-web .customer-service-page .content-part .search-add a {
    border-radius: 30px;
    padding: 8px 10px;
    border: 2px solid #ffffff;
    background-color: #1aa4d8;
    color: #ffffff;
    width: 25%;
    text-align: center;
}

.customer-web .customer-service-page .content-part .search-add .technician-coming {
    font-size: 23px;
    text-shadow: 0 0 #3f3f3f
}

.customer-web .customer-service-page.technician-coming .content-part .search-add a {
    border-radius: 30px;
    padding: 8px 20px 3px;
    border: 2px solid #ffffff;
    background-color: #3BBC40;
    color: #ffffff;
    width: auto;
    text-align: center;
}

.customer-web .customer-service-page.place-order .send-part {
    background-color: rgba(0, 0, 0, 0.65);
    position: absolute;
    bottom: 0;
    width: 100%;
}

.customer-web .customer-service-page.place-order .send-part button {
    width: auto;
    background-color: #3bbc40;
    height: 100%;
}

.customer-web .customer-service-page.place-order .send-part .send-time {
    display: flex;
    align-items: center;
    background: #1aa4d8;
}
.customer-web .customer-service-page.place-order .send-part #datepicker{
    color: #fff;
}
.customer-web .customer-service-page.place-order .send-part #datepicker::placeholder {
    color: #fff;
}

.customer-web .customer-service-page.place-order .send-part select {
    border: 0;
    background-color: #1aa4d8;
    color: #ffffff;
    padding: 10px;
    box-shadow: none;
    outline: none;
}

.customer-web .customer-service-page.technician-coming .send-part {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background: rgba(30, 30, 30, 0.75);
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.customer-web .customer-service-page.technician-coming .send-part span {
    display: inline-block
}

.customer-web .customer-service-page.technician-coming .send-part .arrived {
    color: #ffffff;
    padding-right: 5px;
}

.customer-web .customer-service-page.technician-coming .send-part .arrived-time span {
    /*border-image: linear-gradient(to right, #3BBC40, #3BBC40) 1;*/
    color: #000000;
    padding: 2px 6px;
}

.customer-web .customer-service-page.technician-coming .send-part .arrived-time {
    border: 4px solid transparent;
    border-radius: 16px;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(to right, #ffffff, #ffffff), linear-gradient(90deg, #3BBC40, #b9b9b9);
}

.customer-web .customer-service-page.order-completion .content-part:before {
    height: 100%;
}

.completed-comment {
    position: absolute;
    background-color: #ffffff;
    z-index: 999;
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 16px;
    padding: 20px;
}

.completed-comment form {
}

.completed-comment form .title {
    font-size: 24px;
    font-weight: 700;
    color: #1aa4d8;
}

.completed-comment form .form-group {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    margin: 12px 0
}

.completed-comment form label {
    color: #9E9E9E;
    width: 100px;
    display: inline-block;
    margin: 0
}

.completed-comment form .form-group > div {
    width: 100%
}

.completed-comment form .star-rate {
    color: #9E9E9E;
}

.completed-comment form .star-rate svg {
    color: #fdc447;
}

.completed-comment form textarea {
    background-color: #E6EAEF;
    padding: 12px;
    border: 0;
    border-radius: 10px;
    box-shadow: none;
    outline: none;
    width: 100%
}

.completed-comment form .btns button {
    cursor: pointer;
    border-radius: 10px;
    padding: 10px 25px;
    background-color: #5A4ed0;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px
}

.completed-comment form .btns button:last-child {
    background-color: #303E5B;
    margin-left: 10px
}

.completed-comment form .btns button:hover {
    opacity: 0.8
}


.page-list {
    margin-top: 15px;
}

.page-list ul li {
    display: inline-block;
    margin: 6px;
}

.page-list ul li a {
    display: inline-block;
    padding: 2px 5px;
    font-size: 14px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    min-width: 30px;
    color: black;
}

.page-list ul li.active a,
.page-list ul li a:hover {
    background-color: #89aa00;
    color: #FFFFFF;
    border-color: #89aa00;
}

.rating {
    display: inline-block;
}

.star {
    font-size: 25px;
    color: gray;
    cursor: pointer;
}

.star.active {
    color: gold;
}
