.container-rl {
  height: 100%;
  width: 100%;
  position: relative;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.border-1px-top,
.border-1px-right,
.border-1px-left,
.border-1px-bottom {
  position: relative;
}
.border-1px-top::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-top: 1px solid #E9E9E9;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.border-1px-bottom::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #E9E9E9;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.border-1px-left::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-left: 1px solid #E9E9E9;
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
}
.border-1px-right::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  border-right: 1px solid #E9E9E9;
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
}
.button-hover-blue:hover {
  background-color: rgba(47, 84, 235, 0.85) !important;
}
.button-hover-white:hover {
  background-color: rgba(47, 84, 235, 0.15) !important;
}
.button-hover-bg-white:hover {
  background-color: rgba(255, 255, 255, 0.85) !important;
}
.button-hover-border-white:hover {
  background-color: rgba(255, 255, 255, 0.15) !important;
}
@media screen and (max-width: 1199px) {
  .fixed-header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
  }
  .fixed-header .main-container {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .fixed-header .header-main {
    height: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .fixed-header .header-main .logo-image {
    width: 93px;
    height: 28px;
  }
  .fixed-header .header-main .logo-image .logo {
    width: 93px;
    height: 28px;
  }
  .fixed-header .header-main .logo-image .login-black {
    display: none;
  }
  .fixed-header .header-main .menu-button {
    display: block;
    background: url("../images/menu-icon-white.png") no-repeat center;
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
  }
  .fixed-header .header-main .close-button {
    background: url("../images/closed-icon.png") no-repeat center !important;
    background-size: 100% 100%!important;
  }
  .fixed-header .header-main .page-nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 48px;
    left: 0;
    z-index: 1001;
    background-color: #FFFFFF;
    display: none;
    overflow-y: auto;
  }
  .fixed-header .header-main .ul-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    flex-direction: column;
    width: 100%;
    padding-bottom: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li {
    color: #333333;
    font-size: 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 55px;
    position: relative;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #E6E6E6;
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
  .fixed-header .header-main .ul-nav .ul-nav-li .main-a {
    height: 55px;
    width: 100%;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li .arrow-image {
    width: 16px;
    height: 16px;
    right: 20px;
    top: 20px;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li .arrow-image .hover-image {
    display: none;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li .arrow-image .icon-image-white {
    display: none;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li .arrow-image .icon-image {
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li .active-rotate .icon-image {
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .fixed-header .header-main .ul-nav .ul-nav-li .sub-box {
    padding-left: 16px;
    padding-top: 0;
    width: 100%;
    position: relative;
    background: #F2F4FC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li .sub-box .ul-sub-box {
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    padding-top: 19px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li .sub-box .ul-sub-box .ul-sub-li {
    padding-left: 16px;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 19px;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li .sub-box .ul-sub-box .ul-sub-li .sub-a {
    font-size: 13px;
    display: inline-block;
    height: 23px;
    line-height: 23px;
    width: 100%;
    color: #666666;
  }
  .fixed-header .header-main .ul-nav .select-color {
    color: #2F54EB;
  }
  .fixed-header .header-main .ul-nav .high-color {
    color: #2F54EB;
  }
  .fixed-header .header-main .page-btn {
    display: none;
  }
  .page-header,
  .header-box {
    background-color: #FFFFFF !important;
  }
  .page-header .header-main .logo-image .login-white,
  .header-box .header-main .logo-image .login-white {
    display: none;
  }
  .page-header .header-main .logo-image .login-black,
  .header-box .header-main .logo-image .login-black {
    display: block;
  }
  .page-header .header-main .menu-button,
  .header-box .header-main .menu-button {
    display: block;
    background: url("../images/menu-icon-black.png") no-repeat center;
    background-size: 100% 100%;
  }
}
@media screen and (min-width: 1200px) {
  .fixed-header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
  }
  .fixed-header .header-main {
    height: 72px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .fixed-header .header-main .logo-image {
    width: 160px;
    height: 48px;
    margin-right: 77px;
  }
  .fixed-header .header-main .logo-image .logo {
    width: 160px;
    height: 48px;
  }
  .fixed-header .header-main .logo-image .login-white {
    display: block;
  }
  .fixed-header .header-main .logo-image .login-black {
    display: none;
  }
  .fixed-header .header-main .menu-button {
    display: none;
  }
  .fixed-header .header-main .page-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .fixed-header .header-main .ul-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li {
    margin-right: 32px;
    position: relative;
    color: #FFFFFF;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li:nth-child(2) {
    padding-right: 18px;
    margin-right: 24px;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li:nth-child(5) {
    padding-right: 18px;
    margin-right: 24px;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li:last-child {
    margin-right: 0;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li a {
    height: 20px;
    line-height: 20px;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li a:active {
    color: #2F54EB;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li:hover {
    color: #2F54EB;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li:hover .sub-box {
    display: block;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li:hover .arrow-image .hover-image {
    display: block;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li:hover .arrow-image .icon-image {
    display: none;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li .arrow-image {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -moz-transform: translateY(-50%);
    /* Firefox */
    -webkit-transform: translateY(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateY(-50%);
    /* Opera */
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li .arrow-image .icon-image-white {
    width: 100%;
    height: 100%;
    display: block;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li .arrow-image .icon-image {
    width: 100%;
    height: 100%;
    display: none;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li .arrow-image .hover-image {
    width: 100%;
    height: 100%;
    display: none;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li .sub-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* IE 9 */
    -moz-transform: translateX(-50%);
    /* Firefox */
    -webkit-transform: translateX(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateX(-50%);
    /* Opera */
    top: 20px;
    padding-top: 26px;
    display: none;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li .ul-sub-box {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.05);
    border-radius: 0px 0px 4px 4px;
    padding-top: 23px;
    padding-bottom: 23px;
    border-top: 2px solid #2F54EB;
    position: relative;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li .ul-sub-box::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 6px;
    position: absolute;
    left: 50%;
    top: -6px;
    background: url("../images/triangle-icon.png") no-repeat center;
    background-size: 100% 100%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* IE 9 */
    -moz-transform: translateX(-50%);
    /* Firefox */
    -webkit-transform: translateX(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateX(-50%);
    /* Opera */
  }
  .fixed-header .header-main .ul-nav .ul-nav-li .ul-sub-box li {
    margin-bottom: 18px;
    padding: 0 40px;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li .ul-sub-box li a {
    height: 24px;
    line-height: 24px;
    display: block;
    font-size: 14px;
    white-space: nowrap;
    color: #333333;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li .ul-sub-box li a:hover {
    color: #2F54EB;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li .ul-sub-box li:last-child {
    margin-bottom: 0;
  }
  .fixed-header .header-main .ul-nav .active-li {
    color: rgba(255, 255, 255, 0.85);
  }
  .fixed-header .header-main .page-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    color: #FFFFFF;
  }
  .fixed-header .header-main .page-btn .login-text {
    font-size: 16px;
    margin-right: 24px;
  }
  .fixed-header .header-main .page-btn .btn {
    width: 80px;
    height: 32px;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 16px;
  }
  .fixed-header .header-main .page-btn .free-text {
    background-color: #FFFFFF;
    margin-right: 16px;
    color: #1746D2;
  }
  .fixed-header .header-main .page-btn .admin-text {
    border: 1px solid #FFFFFF;
  }
  .fixed-header:hover {
    background-color: #FFFFFF;
  }
  .fixed-header:hover .logo-image .login-white {
    display: none;
  }
  .fixed-header:hover .logo-image .login-black {
    display: block;
  }
  .fixed-header:hover .ul-nav .ul-nav-li {
    color: #333333;
  }
  .fixed-header:hover .ul-nav .ul-nav-li .arrow-image .icon-image-white {
    display: none;
  }
  .fixed-header:hover .ul-nav .ul-nav-li .arrow-image .icon-image {
    display: block;
  }
  .fixed-header:hover .page-btn {
    color: #2F54EB;
  }
  .fixed-header:hover .page-btn .free-text {
    background-color: #2F54EB;
    color: #FFFFFF;
  }
  .fixed-header:hover .page-btn .admin-text {
    border: 1px solid #2F54EB;
  }
  .page-header,
  .header-box {
    background-color: #FFFFFF;
  }
  .page-header .header-main .logo-image .login-white,
  .header-box .header-main .logo-image .login-white {
    display: none;
  }
  .page-header .header-main .logo-image .login-black,
  .header-box .header-main .logo-image .login-black {
    display: block;
  }
  .page-header .header-main .ul-nav .ul-nav-li,
  .header-box .header-main .ul-nav .ul-nav-li {
    color: #333333;
  }
  .page-header .header-main .ul-nav .ul-nav-li .arrow-image .icon-image-white,
  .header-box .header-main .ul-nav .ul-nav-li .arrow-image .icon-image-white {
    display: none;
  }
  .page-header .header-main .ul-nav .ul-nav-li .arrow-image .icon-image,
  .header-box .header-main .ul-nav .ul-nav-li .arrow-image .icon-image {
    display: block;
  }
  .page-header .header-main .ul-nav .select-color,
  .header-box .header-main .ul-nav .select-color {
    color: #2F54EB;
  }
  .page-header .header-main .ul-nav .high-color,
  .header-box .header-main .ul-nav .high-color {
    color: #2F54EB;
  }
  .page-header .header-main .page-btn,
  .header-box .header-main .page-btn {
    color: #2F54EB;
  }
  .page-header .header-main .page-btn .free-text,
  .header-box .header-main .page-btn .free-text {
    background-color: #2F54EB;
    color: #FFFFFF;
  }
  .page-header .header-main .page-btn .admin-text,
  .header-box .header-main .page-btn .admin-text {
    border: 1px solid #2F54EB;
  }
  .gizle {
    top: -72px;
  }
  .sabit {
    top: 0;
  }
}
@media screen and (max-width: 1199px) {
  .footer {
    width: 100%;
  }
  .footer .footer-website .footer-website-columns .footer-website-group {
    position: relative;
  }
  .footer .footer-website .footer-website-columns .footer-website-group .website-group-title {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    width: 100%;
    padding: 0 16px;
    background: -webkit-gradient(linear, left top, left bottom, from(#E4E7F2), to(#F2F4FC));
    background: linear-gradient(180deg, #E4E7F2 0%, #F2F4FC 100%);
    -webkit-box-shadow: 0 4px 8px 0 #DFE3F2;
            box-shadow: 0 4px 8px 0 #DFE3F2;
    border: 1px solid #FFFFFF;
  }
  .footer .footer-website .footer-website-columns .footer-website-group .website-group-title a {
    height: 50px;
    color: #333333;
    font-size: 14px;
    line-height: 50px;
  }
  .footer .footer-website .footer-website-columns .footer-website-group .website-group-title a:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  }
  .footer .footer-website .footer-website-columns .footer-website-group input:checked ~ .website-group-title a {
    color: #2F54EB;
  }
  .footer .footer-website .footer-website-columns .footer-website-group input:checked ~ .website-group-title a:after {
    margin-top: -2px;
    -webkit-transform: rotate3d(0, 0, 1, 225deg);
            transform: rotate3d(0, 0, 1, 225deg);
    border-color: #2F54EB;
  }
  .footer .footer-website .footer-website-columns .footer-website-group input {
    opacity: 0;
    height: 50px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
  }
  .footer .footer-website .footer-website-columns .footer-website-group ul {
    display: none;
  }
  .footer .footer-website .footer-website-columns .footer-website-group input:checked ~ ul {
    display: block;
  }
  .footer .footer-website .footer-website-columns .footer-website-group .website-group-list {
    padding: 24px 32px;
    background: #E4E6ED;
  }
  .footer .footer-website .footer-website-columns .footer-website-group .website-group-list li {
    font-size: 13px;
    line-height: 13px;
    color: #666666;
    margin-bottom: 20px;
  }
  .footer .footer-website .footer-website-columns .footer-website-group .website-group-list li:last-child {
    margin-bottom: 0;
  }
  .footer .footer-website .footer-website-info {
    display: none;
  }
  .footer .footer-info-box {
    font-size: 12px;
    line-height: 12px;
  }
  .footer .footer-info-box .put-on-records-line,
  .footer .footer-info-box .company-info-pc {
    display: none;
  }
  .footer .footer-info-box .company-info-h5 {
    background: #F2F4FC;
    text-align: center;
    height: 98px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 10px;
    line-height: 20px;
    color: #999999;
  }
}
@media screen and (min-width: 1200px) {
  .footer {
    width: 100%;
    height: 432px;
    background: #141A33;
    color: #FFFFFF;
    padding-top: 64px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .footer .footer-website {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer .footer-website .footer-website-columns {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer .footer-website .footer-website-columns .footer-website-group {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 1px;
  }
  .footer .footer-website .footer-website-columns .footer-website-group input {
    display: none;
  }
  .footer .footer-website .footer-website-columns .footer-website-group:last-child {
    margin-right: 10%;
  }
  .footer .footer-website .footer-website-columns .footer-website-group .website-group-title {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 30px;
  }
  .footer .footer-website .footer-website-columns .footer-website-group .website-group-title a {
    cursor: default;
  }
  .footer .footer-website .footer-website-columns .footer-website-group .website-group-list li {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 24px;
    opacity: 0.7;
  }
  .footer .footer-website .footer-website-columns .footer-website-group .website-group-list li:hover {
    opacity: 1;
  }
  .footer .footer-website .footer-website-columns .footer-website-group .website-group-list li:last-child {
    margin-bottom: 0;
  }
  .footer .footer-website .footer-website-info {
    padding-top: 8px;
    width: 168px;
  }
  .footer .footer-website .footer-website-info img {
    margin: 0 0 16px 9px;
    width: 158px;
    height: 48px;
  }
  .footer .footer-website .footer-website-info .mo-fang-text {
    font-size: 14px;
    line-height: 14px;
    padding: 16px 0;
    color: rgba(255, 255, 255, 0.7);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer .footer-info-box {
    position: absolute;
    top: 320px;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    font-size: 12px;
    line-height: 12px;
    color: rgba(255, 255, 255, 0.4);
  }
  .footer .footer-info-box .put-on-records-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .footer .footer-info-box .put-on-records-line a {
    margin-right: 64px;
  }
  .footer .footer-info-box .put-on-records-line a:last-child {
    margin-right: 0;
  }
  .footer .footer-info-box .company-info-pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 24px;
  }
  .footer .footer-info-box .company-info-h5 {
    display: none;
  }
  .footer .back-top-box {
    position: fixed;
    bottom: 120px;
    right: 40px;
    width: 56px;
    height: 56px;
    background: #F2F4FC;
    -webkit-box-shadow: 0 4px 16px 0 #D7DDF5;
            box-shadow: 0 4px 16px 0 #D7DDF5;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
  }
  .footer .back-top-box .back-top-icon:after {
    content: "";
    position: absolute;
    right: 19px;
    top: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border-left: 3px solid #999999;
    border-top: 3px solid #999999;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
  }
  .footer .back-top-box:hover .back-top-icon:after {
    border-color: #2F54EB;
  }
}
.header-shadow {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
}
.fixed-shade {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.fixed-shade .delete-video-icon {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}
.fixed-shade .video-box {
  width: 720px;
  height: 480px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2001;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #000000;
}
.fixed-shade .video-box video {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .page-content {
    padding-top: 48px;
    width: 100%;
  }
  .fixed-nav-box {
    position: fixed;
    left: 0;
    top: 48px;
    width: 100%;
    height: 40px;
    background-color: #FFFFFF;
    z-index: 100;
  }
  .fixed-nav-box .flex-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    height: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 13px;
  }
  .fixed-nav-box .flex-main .nav-label {
    display: none;
  }
  .fixed-nav-box .flex-main .right-nav-ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    height: 100%;
  }
  .fixed-nav-box .flex-main .right-nav-ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    cursor: pointer;
  }
  .fixed-nav-box .flex-main .right-nav-ul li:last-child {
    margin-right: 0;
  }
  .fixed-nav-box .flex-main .right-nav-ul li .circle-span {
    display: none;
  }
  .fixed-nav-box .flex-main .right-nav-ul .selected-color {
    position: relative;
    color: #2F54EB;
    font-weight: 400;
  }
  .fixed-nav-box .flex-main .right-nav-ul .selected-color::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 26px;
    height: 2px;
    background: #2F54EB;
  }
  .banner-box {
    position: relative;
    height: 250px;
  }
  .banner-box .banner-image {
    display: none;
  }
  .banner-box .banner-image-phone {
    width: 100%;
    height: 100%;
  }
  .banner-box .banner-container {
    position: absolute;
    width: 100%;
    height: 250px;
    left: 50%;
    top: 0;
    z-index: 10;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* IE 9 */
    -moz-transform: translateX(-50%);
    /* Firefox */
    -webkit-transform: translateX(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateX(-50%);
    /* Opera */
    padding-top: 33px;
    padding-bottom: 28px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .banner-box .banner-container .banner-main-title {
    text-align: center;
    color: #FFFFFF;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 14px;
    letter-spacing: 4px;
  }
  .banner-box .banner-container .banner-sub-title {
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
    letter-spacing: 2px;
  }
  .banner-box .banner-container .banner-text {
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    letter-spacing: 2px;
  }
  .banner-box .banner-container .btn-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .banner-box .banner-container .btn-box .btn {
    width: 80px;
    height: 28px;
    border-radius: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 12px;
  }
  .banner-box .banner-container .btn-box .left-btn {
    background: #FFFFFF;
    color: #1746D2;
    margin-right: 16px;
  }
  .banner-box .banner-container .btn-box .right-btn {
    color: #FFFFFF;
    position: relative;
  }
  .banner-box .banner-container .btn-box .right-btn:after {
    content: '';
    position: absolute;
    /* 把父视图设置为relative，方便定位*/
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    pointer-events: none;
  }
  .first-content-box {
    background-color: #F2F4FC;
    height: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 28px 2.5%;
  }
  .first-content-box .first-main-title {
    display: none;
  }
  .first-content-box .first-sub-title {
    text-align: center;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .first-content-box .image-list-ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 11px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .first-content-box .image-list-ul li {
    width: 48.42%;
    height: 118px;
    background: rgba(47, 84, 235, 0.06);
    border-radius: 4px;
    margin-right: 2.5%;
    overflow: hidden;
    margin-bottom: 9px;
  }
  .first-content-box .image-list-ul li:nth-child(2n) {
    margin-right: 0;
  }
  .first-content-box .image-list-ul li .image-li {
    width: 100%;
    height: 100%;
  }
  .content-btn-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .content-btn-box .btn-view {
    width: 80px;
    height: 28px;
    border-radius: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 12px;
  }
  .content-btn-box .bg-view {
    background: #2F54EB;
    color: #FFFFFF;
    margin-right: 16px;
  }
  .content-btn-box .border-view {
    position: relative;
    color: #2F54EB;
  }
  .content-btn-box .border-view:after {
    content: '';
    position: absolute;
    /* 把父视图设置为relative，方便定位*/
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #2F54EB;
    border-radius: 4px;
    pointer-events: none;
  }
  .second-content-box {
    background-color: #FFFFFF;
    height: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 27px 0;
  }
  .second-content-box .second-main-title {
    text-align: center;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-weight: 300;
  }
  .second-content-box .second-main-title i {
    display: none;
  }
  .second-content-box .second-sub-title {
    display: none;
  }
  .second-content-box .content-list-ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .second-content-box .content-list-ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 50%;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px;
  }
  .second-content-box .content-list-ul li:last-child {
    margin-bottom: 0;
  }
  .second-content-box .content-list-ul li .image-li {
    width: 32px;
    height: 32px;
    margin-bottom: 13px;
  }
  .second-content-box .content-list-ul li .content-dl {
    text-align: center;
  }
  .second-content-box .content-list-ul li .content-dl dt {
    font-size: 13px;
    line-height: 17px;
    color: #333333;
    margin-bottom: 5px;
    font-weight: 400;
  }
  .second-content-box .content-list-ul li .content-dl dd {
    font-size: 10px;
    line-height: 20px;
    color: #666666;
  }
  .third-content-box {
    background-color: #F2F4FC;
    height: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 32px 16px;
  }
  .third-content-box .third-main-title {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 27px;
    font-weight: 300;
  }
  .third-content-box .third-sub-title {
    display: none;
  }
  .third-content-box .content-list-ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 18px;
  }
  .third-content-box .content-list-ul li {
    width: 100%;
    height: 77px;
    background: #FFFFFF;
    border-radius: 4px;
    margin-bottom: 4px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 24px 16px 32px;
    position: relative;
  }
  .third-content-box .content-list-ul li .title-li {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 14px;
    color: #2F54EB;
  }
  .third-content-box .content-list-ul li .content-li-text {
    font-size: 11px;
    line-height: 15px;
    color: #333333;
    display: -webkit-box;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
  }
  .third-content-box .content-list-ul li .left-border {
    width: 4px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#2F54EB), to(#49A3F2));
    background: linear-gradient(180deg, #2F54EB 0%, #49A3F2 100%);
    border-radius: 4px 0px 0px 4px;
    opacity: 0.8;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }
  .third-content-box .content-list-ul li .right-round {
    width: 8px;
    height: 8px;
    background: #2F54EB;
    border-radius: 50%;
    opacity: 0.15;
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 2;
  }
  .third-content-box .content-list-ul li:nth-child(3n) {
    margin-right: 0;
  }
  .third-content-box .content-list-ul li:nth-child(2) .title-li,
  .third-content-box .content-list-ul li:nth-child(4) .title-li {
    color: #25B4C9;
  }
  .third-content-box .content-list-ul li:nth-child(2) .left-border,
  .third-content-box .content-list-ul li:nth-child(4) .left-border {
    background: -webkit-gradient(linear, left top, left bottom, from(#27BFD6), to(#2BCCAC));
    background: linear-gradient(180deg, #27BFD6 0%, #2BCCAC 100%);
  }
  .third-content-box .content-list-ul li:nth-child(2) .right-round,
  .third-content-box .content-list-ul li:nth-child(4) .right-round {
    background: #25B4C9;
  }
  .third-content-box .content-list-ul li:nth-child(3) .title-li,
  .third-content-box .content-list-ul li:nth-child(5) .title-li {
    color: #5D47EB;
  }
  .third-content-box .content-list-ul li:nth-child(3) .left-border,
  .third-content-box .content-list-ul li:nth-child(5) .left-border {
    background: -webkit-gradient(linear, left top, left bottom, from(#464CEB), to(#9365FD));
    background: linear-gradient(180deg, #464CEB 0%, #9365FD 100%);
  }
  .third-content-box .content-list-ul li:nth-child(3) .right-round,
  .third-content-box .content-list-ul li:nth-child(5) .right-round {
    background: #474CEB;
  }
  .fourth-content-box {
    background-color: #FFFFFF;
    height: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 32px;
  }
  .fourth-content-box .fourth-main-title {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 22px;
    font-weight: 400;
  }
  .fourth-content-box .fourth-sub-title {
    display: none;
  }
  .fourth-content-box .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .fourth-content-box .indicator-box {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .fourth-content-box .indicator-box .indicator-item {
    padding-left: 4px;
    padding-right: 4px;
  }
  .fourth-content-box .indicator-box .indicator-item .sel-point {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(47, 84, 235, 0.6);
  }
  .fourth-content-box .indicator-box .indicator-item .def-point {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(47, 84, 235, 0.15);
  }
  .fourth-content-box .swiper-slide {
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
  }
  .fourth-content-box .brand-ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 3%;
    width: 100%;
    height: auto;
    padding-bottom: 8px;
  }
  .fourth-content-box .brand-ul li {
    width: 32%;
    height: 49px;
    background: #FFFFFF;
    -webkit-box-shadow: 8px 8px 20px 0px rgba(125, 136, 179, 0.12);
            box-shadow: 8px 8px 20px 0px rgba(125, 136, 179, 0.12);
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-right: 2%;
    margin-bottom: 8px;
  }
  .fourth-content-box .brand-ul li:nth-child(3n) {
    margin-right: 0;
  }
  .fourth-content-box .brand-ul li .brand-image {
    width: auto;
    height: auto;
    max-height: 32px;
    max-width: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .fourth-content-box .brand-ul li .brand-image .image-logo {
    width: 100%;
    height: 100%;
  }
  .fourth-content-box .ticket-ul-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
  .fourth-content-box .ticket-ul-box li {
    width: 32%;
    height: 60px;
    border-radius: 4px;
    margin-right: 2%;
    margin-bottom: 6px;
    position: relative;
  }
  .fourth-content-box .ticket-ul-box li:nth-child(3n) {
    margin-right: 0;
  }
  .fourth-content-box .ticket-ul-box li .image-box {
    width: 100%;
    height: 60px;
  }
  .fourth-content-box .ticket-ul-box li .image-box .bg-img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
  }
  .fourth-content-box .ticket-ul-box li .title-text {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
  }
  .pc-main-box {
    display: none;
  }
  .hide-pc {
    display: none;
  }
  .website-contact-box .contact-box-content .content-info-box {
    position: relative;
  }
  .website-contact-box .contact-box-content .content-info-box .checked-input {
    opacity: 0;
    height: 50px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
  }
  .website-contact-box .contact-box-content .content-info-box .checked-input:checked ~ .counselor-info-box {
    display: block;
  }
  .website-contact-box .contact-box-content .content-info-box .checked-input:checked ~ .input-box {
    display: block;
  }
  .website-contact-box .contact-box-content .content-info-box .checked-input:checked ~ .content-info-title {
    color: #2F54EB;
  }
  .website-contact-box .contact-box-content .content-info-box .checked-input:checked ~ .content-info-title::after {
    margin-top: -2px;
    -webkit-transform: rotate3d(0, 0, 1, -135deg);
            transform: rotate3d(0, 0, 1, -135deg);
    border-color: #2F54EB;
  }
  .website-contact-box .contact-box-content .content-info-box .content-info-title {
    position: relative;
    padding: 0 16px;
    height: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(#E4E7F2), to(#F2F4FC));
    background: linear-gradient(180deg, #E4E7F2 0%, #F2F4FC 100%);
    -webkit-box-shadow: 0 4px 8px 0 #DFE3F2;
            box-shadow: 0 4px 8px 0 #DFE3F2;
    border: 1px solid #FFFFFF;
    color: #333333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .website-contact-box .contact-box-content .content-info-box .content-info-title::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  }
  .website-contact-box .contact-box-content .content-info-box .content-info-title .contact-first-title {
    font-weight: 400 ;
    font-size: 14px;
    line-height: 50px;
  }
  .website-contact-box .contact-box-content .content-info-box .content-info-title .contact-second-title {
    font-weight: 400 ;
    font-size: 11px;
    line-height: 50px;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box {
    display: none;
    height: 84px;
    width: 100%;
    background: #E4E6ED;
    padding: 20px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box ul li {
    width: 49.5%;
    height: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    position: relative;
    left: 16px;
    font-weight: 400 ;
    color: #666666;
    font-size: 12px;
    line-height: 12px;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box ul li .border-bottom {
    display: none;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box ul li:before {
    content: "";
    position: absolute;
    left: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    background: rgba(204, 204, 204, 0.5);
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box ul li:nth-child(1),
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box ul li:nth-child(2) {
    margin-bottom: 20px;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box .qr-box {
    display: none;
  }
  .website-contact-box .contact-box-content .content-info-box .input-box {
    display: none;
    width: 100%;
    height: 144px;
    background: #E4E6ED;
    padding: 20px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .website-contact-box .contact-box-content .content-info-box .input-box .line-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .website-contact-box .contact-box-content .content-info-box .input-box .line-box input {
    width: 48%;
    height: 36px;
    border-radius: 2px;
    border: 1px solid #666666;
    font-size: 12px;
    color: #666666;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .website-contact-box .contact-box-content .content-info-box .input-box .line-box input::-webkit-input-placeholder {
    font-size: 12px;
    color: rgba(102, 102, 102, 0.5);
    font-weight: 400 ;
  }
  .website-contact-box .contact-box-content .content-info-box .input-box .booking-button {
    margin: 20px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    height: 40px;
    background: #2F54EB;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
  }
  .free-trial {
    display: none;
  }
  .fixed-shade {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.8);
    display: none;
  }
  .fixed-shade .delete-video-icon {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 166px;
    right: 20px;
    cursor: pointer;
  }
  .fixed-shade .video-box {
    width: calc(100% - 32px);
    height: 230px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2001;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #000000;
  }
  .fixed-shade .video-box video {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .page-content {
    padding-top: 72px;
    width: 100%;
  }
  .fixed-nav-box {
    position: fixed;
    left: 0;
    top: 72px;
    width: 100%;
    height: 56px;
    background-color: #FFFFFF;
    z-index: 100;
  }
  .fixed-nav-box .flex-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    height: 56px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 16px;
  }
  .fixed-nav-box .flex-main .nav-label {
    padding-left: 48px;
    position: relative;
  }
  .fixed-nav-box .flex-main .nav-label::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #E6E6E6;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -moz-transform: translateY(-50%);
    /* Firefox */
    -webkit-transform: translateY(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateY(-50%);
    /* Opera */
  }
  .fixed-nav-box .flex-main .right-nav-ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .fixed-nav-box .flex-main .right-nav-ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    margin-right: 36px;
    cursor: pointer;
  }
  .fixed-nav-box .flex-main .right-nav-ul li:last-child {
    margin-right: 0;
  }
  .fixed-nav-box .flex-main .right-nav-ul li .circle-span {
    width: 8px;
    height: 8px;
    border-radius: 2px;
    border: 1px solid #E6E6E6;
  }
  .fixed-nav-box .flex-main .right-nav-ul li .text {
    padding: 0 12px;
  }
  .fixed-nav-box .flex-main .right-nav-ul .selected-color {
    color: #2F54EB;
  }
  .fixed-nav-box .flex-main .right-nav-ul .selected-color .circle-span {
    border: 1px solid rgba(47, 84, 235, 0.6);
  }
  .banner-box {
    position: relative;
    height: 500px;
  }
  .banner-box .banner-image {
    width: 100%;
    height: 100%;
  }
  .banner-box .banner-image-phone {
    display: none;
  }
  .banner-box .banner-container {
    position: absolute;
    width: 1200px;
    height: 500px;
    left: 50%;
    top: 0;
    z-index: 10;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* IE 9 */
    -moz-transform: translateX(-50%);
    /* Firefox */
    -webkit-transform: translateX(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateX(-50%);
    /* Opera */
    padding-top: 88px;
    padding-bottom: 78px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .banner-box .banner-container .banner-main-title {
    text-align: center;
    color: #FFFFFF;
    font-size: 56px;
    line-height: 72px;
    margin-bottom: 28px;
    letter-spacing: 8px;
  }
  .banner-box .banner-container .banner-sub-title {
    text-align: center;
    color: #FFFFFF;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 48px;
    letter-spacing: 4px;
  }
  .banner-box .banner-container .banner-text {
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 4px;
    margin-bottom: 58px;
  }
  .banner-box .banner-container .banner-text span {
    margin-right: 16px;
  }
  .banner-box .banner-container .banner-text span:last-child {
    margin-right: 0;
  }
  .banner-box .banner-container .btn-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .banner-box .banner-container .btn-box .btn {
    width: 168px;
    height: 52px;
    border-radius: 26px;
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 20px;
    cursor: pointer;
  }
  .banner-box .banner-container .btn-box .left-btn {
    background: #FFFFFF;
    color: #1746D2;
    margin-right: 32px;
  }
  .banner-box .banner-container .btn-box .right-btn {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
  }
  .first-content-box {
    background-color: #F2F4FC;
    height: 914px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 62px;
    padding-bottom: 56px;
  }
  .first-content-box .first-main-title {
    text-align: center;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 28px;
    font-weight: 300;
  }
  .first-content-box .first-sub-title {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 46px;
  }
  .first-content-box .image-list-ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .first-content-box .image-list-ul li {
    width: 280px;
    height: 198px;
    background: rgba(47, 84, 235, 0.06);
    border-radius: 8px;
    margin-right: 24px;
    margin-bottom: 24px;
    overflow: hidden;
  }
  .first-content-box .image-list-ul li:nth-child(4n) {
    margin-right: 0;
  }
  .first-content-box .image-list-ul li:hover .image-li {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .first-content-box .image-list-ul li .image-li {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .content-btn-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .content-btn-box .btn-view {
    width: 168px;
    height: 52px;
    border-radius: 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 20px;
  }
  .content-btn-box .bg-view {
    background: #2F54EB;
    color: #FFFFFF;
    margin-right: 32px;
  }
  .content-btn-box .border-view {
    border: 1px solid #2F54EB;
    color: #2F54EB;
  }
  .second-content-box {
    background-color: #FFFFFF;
    height: 470px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 62px;
    padding-bottom: 64px;
  }
  .second-content-box .second-main-title {
    text-align: center;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 28px;
    font-weight: 300;
  }
  .second-content-box .second-main-title .span-active {
    position: relative;
  }
  .second-content-box .second-main-title .span-active::after {
    content: "：";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -moz-transform: translateY(-50%);
    /* Firefox */
    -webkit-transform: translateY(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateY(-50%);
    /* Opera */
  }
  .second-content-box .second-sub-title {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 70px;
  }
  .second-content-box .content-list-ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .second-content-box .content-list-ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .second-content-box .content-list-ul li:hover .image-li .image-icon {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .second-content-box .content-list-ul li .image-li {
    width: 56px;
    height: 56px;
    margin-bottom: 28px;
  }
  .second-content-box .content-list-ul li .image-li .image-icon {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .second-content-box .content-list-ul li .content-dl {
    text-align: center;
  }
  .second-content-box .content-list-ul li .content-dl dt {
    font-size: 22px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 16px;
    font-weight: 400;
  }
  .second-content-box .content-list-ul li .content-dl dd {
    font-size: 16px;
    line-height: 32px;
    color: #666666;
  }
  .third-content-box {
    background-color: #F2F4FC;
    height: 764px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 62px;
    padding-bottom: 64px;
  }
  .third-content-box .third-main-title {
    text-align: center;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 28px;
    font-weight: 300;
  }
  .third-content-box .third-sub-title {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 54px;
  }
  .third-content-box .content-list-ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 18px;
  }
  .third-content-box .content-list-ul li {
    width: 380px;
    height: 182px;
    background: #FFFFFF;
    border-radius: 8px;
    margin-right: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 34px 48px 32px 64px;
    position: relative;
  }
  .third-content-box .content-list-ul li:hover {
    -webkit-box-shadow: 8px 8px 20px 0px rgba(125, 136, 179, 0.12);
            box-shadow: 8px 8px 20px 0px rgba(125, 136, 179, 0.12);
  }
  .third-content-box .content-list-ul li .title-li {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 22px;
    color: #2F54EB;
  }
  .third-content-box .content-list-ul li .content-li-text {
    font-size: 16px;
    line-height: 32px;
    color: #333333;
  }
  .third-content-box .content-list-ul li .left-border {
    width: 8px;
    height: 182px;
    background: -webkit-gradient(linear, left top, left bottom, from(#2F54EB), to(#49A3F2));
    background: linear-gradient(180deg, #2F54EB 0%, #49A3F2 100%);
    border-radius: 8px 0px 0px 8px;
    opacity: 0.8;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }
  .third-content-box .content-list-ul li .right-round {
    width: 16px;
    height: 16px;
    background: #2F54EB;
    border-radius: 8px;
    opacity: 0.15;
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 2;
  }
  .third-content-box .content-list-ul li:nth-child(3n) {
    margin-right: 0;
  }
  .third-content-box .content-list-ul li:nth-child(2) .title-li,
  .third-content-box .content-list-ul li:nth-child(4) .title-li {
    color: #25B4C9;
  }
  .third-content-box .content-list-ul li:nth-child(2) .left-border,
  .third-content-box .content-list-ul li:nth-child(4) .left-border {
    background: -webkit-gradient(linear, left top, left bottom, from(#27BFD6), to(#2BCCAC));
    background: linear-gradient(180deg, #27BFD6 0%, #2BCCAC 100%);
  }
  .third-content-box .content-list-ul li:nth-child(2) .right-round,
  .third-content-box .content-list-ul li:nth-child(4) .right-round {
    background: #25B4C9;
  }
  .third-content-box .content-list-ul li:nth-child(3) .title-li,
  .third-content-box .content-list-ul li:nth-child(5) .title-li {
    color: #5D47EB;
  }
  .third-content-box .content-list-ul li:nth-child(3) .left-border,
  .third-content-box .content-list-ul li:nth-child(5) .left-border {
    background: -webkit-gradient(linear, left top, left bottom, from(#464CEB), to(#9365FD));
    background: linear-gradient(180deg, #464CEB 0%, #9365FD 100%);
  }
  .third-content-box .content-list-ul li:nth-child(3) .right-round,
  .third-content-box .content-list-ul li:nth-child(5) .right-round {
    background: #474CEB;
  }
  .fourth-content-box {
    background-color: #FFFFFF;
    height: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 62px;
    padding-bottom: 48px;
  }
  .fourth-content-box .fourth-main-title {
    text-align: center;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 28px;
    font-weight: 300;
  }
  .fourth-content-box .fourth-sub-title {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 38px;
  }
  .fourth-content-box .brand-list-box {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .fourth-content-box .brand-ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 16px;
    overflow: hidden;
    max-height: 106px;
    margin: 0 auto;
  }
  .fourth-content-box .brand-ul li {
    width: 200px;
    height: 90px;
    background: #FFFFFF;
    -webkit-box-shadow: 8px 8px 20px 0px rgba(125, 136, 179, 0.12);
            box-shadow: 8px 8px 20px 0px rgba(125, 136, 179, 0.12);
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 16px;
    margin-right: 16px;
    cursor: pointer;
  }
  .fourth-content-box .brand-ul li:hover {
    -webkit-box-shadow: 8px 8px 20px 0px rgba(125, 136, 179, 0.36);
            box-shadow: 8px 8px 20px 0px rgba(125, 136, 179, 0.36);
  }
  .fourth-content-box .brand-ul li:last-child {
    margin-right: 0;
  }
  .fourth-content-box .brand-ul li .brand-image {
    width: auto;
    height: auto;
    max-height: 64px;
    max-width: 160px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .fourth-content-box .brand-ul li .brand-image .image-logo {
    width: 100%;
    height: 100%;
  }
  .fourth-content-box .ticket-ul-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 16px;
    margin: 0 auto;
    overflow: hidden;
    max-height: 136px;
  }
  .fourth-content-box .ticket-ul-box li {
    width: 240px;
    height: 120px;
    margin-right: 16px;
    margin-bottom: 16px;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden;
  }
  .fourth-content-box .ticket-ul-box li:last-child {
    margin-right: 0;
  }
  .fourth-content-box .ticket-ul-box li .image-box {
    width: 240px;
    height: 120px;
  }
  .fourth-content-box .ticket-ul-box li .image-box .bg-img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  }
  .fourth-content-box .ticket-ul-box li .title-text {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    color: rgba(255, 255, 255, 0.85);
    text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5) !important;
    font-size: 18px;
  }
  .fourth-content-box .ticket-ul-box li:hover .title-text {
    background: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
  }
  .fourth-content-box .ticket-ul-box li:hover .image-box .bg-img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  }
  .h5-main-box {
    display: none;
  }
  .pc-main-box {
    display: block;
  }
  .hide-h5 {
    display: none;
  }
  .website-contact-box {
    height: 564px;
    background: #F2F4FC;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .website-contact-box .main-container {
    width: 1227px;
  }
  .website-contact-box .contact-box-content {
    position: relative;
    height: 460px;
    background: url("../images/contact-box-bg-pc.png") no-repeat center;
    background-size: 100% 100%;
    padding: 48px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .website-contact-box .contact-box-content .content-info-box .checked-input {
    display: none;
  }
  .website-contact-box .contact-box-content .content-info-box:first-child {
    width: 667px;
    padding-left: 29px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid rgba(47, 84, 235, 0.2);
  }
  .website-contact-box .contact-box-content .content-info-box:last-child {
    width: 559px;
  }
  .website-contact-box .contact-box-content .content-info-box .content-info-title {
    text-align: center;
    color: #333333;
    margin-bottom: 32px;
  }
  .website-contact-box .contact-box-content .content-info-box .content-info-title .contact-first-title {
    margin-bottom: 24px;
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
  }
  .website-contact-box .contact-box-content .content-info-box .content-info-title .contact-second-title {
    font-size: 20px;
    line-height: 20px;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box {
    margin: 0 auto;
    width: 496px;
    height: 258px;
    background: rgba(47, 84, 235, 0.1);
    border-radius: 8px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box ul {
    padding: 21px 0 0 32px;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box ul li {
    width: 208px;
    position: relative;
    left: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    color: #2F54EB;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding-bottom: 12px;
    padding-top: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box ul li .border-bottom {
    height: 1px;
    left: 0;
    bottom: 0;
    position: absolute;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box ul li .contact-name {
    font-size: 22px;
    line-height: 22px;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box ul li .contact-job {
    padding-bottom: 2px;
    font-size: 16px;
    line-height: 16px;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box ul li .contact-phone {
    font-size: 24px;
    line-height: 24px;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box ul li .contact-email {
    font-size: 18px;
    line-height: 18px;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box ul li:before {
    content: "";
    position: absolute;
    left: -32px;
    top: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    background: rgba(47, 84, 235, 0.1);
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box ul li:nth-child(1) {
    padding-bottom: 14px;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box ul li:nth-child(2):before {
    top: 21px;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box ul li:nth-child(3) {
    padding-top: 29px;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box ul li:nth-child(3):before {
    top: 33px;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box ul li:nth-child(4):before {
    top: 18px;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box .qr-box {
    position: absolute;
    top: 36px;
    right: 48px;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box .qr-box .qr-img {
    width: 146px;
    height: 146px;
    background: rgba(47, 84, 235, 0.1);
    border-radius: 4px;
    border: 1px solid rgba(47, 84, 235, 0.2);
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box .qr-box .qr-img img {
    width: 100%;
    height: 100%;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box .qr-box .qr-text {
    width: 144px;
    height: 48px;
    background: rgba(47, 84, 235, 0.1);
    border-radius: 4px;
    border: 1px solid rgba(47, 84, 235, 0.2);
    font-size: 16px;
    line-height: 16px;
    color: #2F54EB;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .website-contact-box .contact-box-content .content-info-box .input-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .website-contact-box .contact-box-content .content-info-box .input-box .line-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .website-contact-box .contact-box-content .content-info-box .input-box .line-box input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 32px;
    width: 400px;
    height: 56px;
    border-radius: 4px;
    border: 1px solid #2F54EB;
    font-size: 20px;
    color: #2F54EB;
    margin-bottom: 32px;
    -webkit-box-shadow: 2px 4px 4px 0 #CAD4FC;
            box-shadow: 2px 4px 4px 0 #CAD4FC;
  }
  .website-contact-box .contact-box-content .content-info-box .input-box .line-box input::-webkit-input-placeholder {
    font-size: 20px;
    color: rgba(47, 84, 235, 0.5);
  }
  .website-contact-box .contact-box-content .content-info-box .input-box .booking-button {
    cursor: pointer;
    margin-top: 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 400px;
    height: 56px;
    background: #2F54EB;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 20px;
  }
  .free-trial {
    width: 100%;
    height: 136px;
    background: url("../images/trial-bottom-bg-pc.png") no-repeat center;
    background-size: 100% 100%;
  }
  .free-trial .trial-content {
    width: 1200px;
    height: 136px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .free-trial .trial-content .trial-content-text-h5 {
    display: none;
  }
  .free-trial .trial-content .trial-content-text-pc {
    font-size: 28px;
    line-height: 28px;
    color: #FFFFFF;
    letter-spacing: 8px;
  }
  .free-trial .trial-content .trial-content-button {
    width: 160px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 24px;
    line-height: 24px;
    color: #1746D2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    cursor: pointer;
  }
}
@media screen and (min-width: 420px) and (max-width: 642px) {
  .first-content-box .image-list-ul li {
    height: 205px;
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 642px) and (max-width: 992px) {
  .first-content-box .image-list-ul li {
    height: 245px;
    margin-bottom: 18px;
  }
  .third-content-box .content-list-ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 8px;
  }
  .third-content-box .content-list-ul li:nth-child(3n) {
    margin-right: 2%;
  }
  .third-content-box .content-list-ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 520px) and (max-width: 700px) {
  .fourth-content-box .brand-ul li {
    height: 70px;
  }
  .fourth-content-box .brand-ul li .brand-image {
    max-height: 48px;
    max-width: 120px;
  }
  .fourth-content-box .ticket-ul-box li {
    height: 100px;
  }
  .fourth-content-box .ticket-ul-box li .image-box {
    height: 100px;
  }
  .fourth-content-box .ticket-ul-box li .title-text {
    font-size: 15px;
  }
}
@media screen and (min-width: 700px) and (max-width: 992px) {
  .fourth-content-box .brand-ul li {
    height: 80px;
  }
  .fourth-content-box .brand-ul li .brand-image {
    max-height: 48px;
    max-width: 120px;
  }
  .fourth-content-box .ticket-ul-box li {
    height: 120px;
  }
  .fourth-content-box .ticket-ul-box li .image-box {
    height: 120px;
  }
  .fourth-content-box .ticket-ul-box li .title-text {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .first-content-box {
    padding: 28px 2%;
  }
  .first-content-box .image-list-ul li {
    width: 32%;
    height: 220px;
    margin-bottom: 18px;
    margin-right: 2%;
  }
  .first-content-box .image-list-ul li:nth-child(2n) {
    margin-right: 2%;
  }
  .first-content-box .image-list-ul li:nth-child(3n) {
    margin-right: 0;
  }
  .third-content-box .content-list-ul li {
    width: 49.2%;
    margin-right: 1.5%;
    margin-bottom: 8px;
  }
  .third-content-box .content-list-ul li:nth-child(3n) {
    margin-right: 1.5%;
  }
  .third-content-box .content-list-ul li:nth-child(2n) {
    margin-right: 0;
  }
  .fourth-content-box .brand-ul li {
    width: 18.7%;
    margin-right: 1.6%;
    height: 82px;
    margin-bottom: 12px;
  }
  .fourth-content-box .brand-ul li:nth-child(3n) {
    margin-right: 1.6%;
  }
  .fourth-content-box .brand-ul li:nth-child(5n) {
    margin-right: 0;
  }
  .fourth-content-box .brand-ul li .brand-image {
    max-height: 48px;
    max-width: 120px;
  }
  .fourth-content-box .ticket-ul-box li {
    width: 18.7%;
    margin-right: 1.6%;
    margin-bottom: 12px;
    height: 95px;
  }
  .fourth-content-box .ticket-ul-box li:nth-child(3n) {
    margin-right: 1.6%;
  }
  .fourth-content-box .ticket-ul-box li:nth-child(5n) {
    margin-right: 0;
  }
  .fourth-content-box .ticket-ul-box li .image-box {
    height: 100%;
  }
  .fourth-content-box .ticket-ul-box li .title-text {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1296px) {
  .brand-ul {
    width: 1080px;
  }
  .ticket-ul-box {
    width: 1024px;
  }
}
@media screen and (min-width: 1296px) and (max-width: 1512px) {
  .brand-ul {
    width: 1296px;
  }
  .ticket-ul-box {
    width: 1280px;
  }
}
@media screen and (min-width: 1512px) and (max-width: 1728px) {
  .brand-ul {
    width: 1512px;
  }
  .ticket-ul-box {
    width: 1520px;
  }
}
@media screen and (min-width: 1728px) {
  .brand-ul {
    width: 1728px;
  }
  .ticket-ul-box {
    width: 1776px;
  }
}
@media screen and (min-width: 420px) and (max-width: 1199px) {
  .second-content-box .content-list-ul li {
    width: 20%;
  }
}
@media screen and (min-width: 420px) and (max-width: 850px) {
  .second-content-box .content-list-ul li {
    width: 33%;
  }
}
