.iconfont {
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


body {
  font-family: "Open Sans", sans-serif;
  color: #212529;
  font-size: 14px;
    padding-top: 72px;
}

a {
  color: #007bff;
}

a:hover {
  color: #0b6bd3;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: "Raleway", sans-serif;
}

p {
    margin-bottom: 20px;
}

img {
    image-rendering:-moz-crisp-edges;
    image-rendering:-o-crisp-edges;
    image-rendering:-webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode:nearest-neighbor;
}

.kf-online {
    width: 78px;
    height: 78px;
    position: fixed;
    right: 0;
    bottom: 80px;
    background: url('https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/mobile/images/home/kf.png') no-repeat;
    background-position: center center;
    z-index: 9999;
}

/*#jesong_chat_layout,#jesong_mask {
    width: 100% !important;
}
#jesong_panel {
    top: 3000px !important;
}*/
.jesong-container-mini-badge {
    z-index: 9999;
}

section h3 {
	text-align: center;
}
input {
    outline: none;
    padding-left: 10px;
}


.enroll_form {
    width: 301px;
    height: 402px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px auto auto -150px; /* 设置弹出层绝对居中 */
    display: block;
    background: #fff url('https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/images/enroll_form.png') no-repeat;
    background-position: 0 0;
    padding: 0 14px;
    text-align: center;
}
.enroll_box, .submit_success, .submit_fail {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100000001;
    display: none;
    color: #fff;
}
.enroll_finish {
    width: 316px;
    height: 382px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px auto auto -158px;
    display: block;
    background: #fff;
    padding: 0 14px;
    text-align: center;
    border-radius: 10px;
}
.enroll_finish img {
    margin-top: -30px;
}
.fail_box {
    width: 240px;
    height: 160px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -100px auto auto -120px;
    display: block;
    background: #fff;
    padding: 0 14px;
    text-align: center;
}

.fail_box p {
    width: 100%;
    text-align: center;
    margin-top: 14px;
    height: 32px;
    font-size: 20px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 32px;
    letter-spacing: 1px;
    margin-bottom: 14px;
}

.fail_box span {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 24px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 24px;
    letter-spacing: 1px;
}

.enroll_form button, .fail_box button, .enroll_finish button {
    width: 120px;
    height: 40px;
    background: linear-gradient(
            270deg
            , #FF4735 0%, #FF674B 100%);
    border-radius: 23px;
    font-size: 18px;
    color: #fff;
    border: 0;
    margin-top: 20px;
}

.enroll_form .close {
    font-size: 27px;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    position: absolute;
    left: 128px;
    bottom: -77px;
    color: #fff;
    cursor: pointer;
}

.n-btn {
    width: 100%;
    height: 44px;
    background: #FFC003;
    border-radius: 8px;
    font-size: 16px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 21px;
    letter-spacing: 1px;
    outline: none;
    border: 0;

}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


#header {
    height: 72px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 15px 0;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #7a6960;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}
#hero .topbg {
    position: relative;
}
#hero .topbg .title {
    position: absolute;
    top: 102px;
    left: 15px;
    height: 40px;
    font-size: 30px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
    letter-spacing: 1px;
}
#hero .topbg .title span {
    color: #FFC003;
}
#hero .topbg .title i {
    font-size: 18px;
    font-style:normal
}
#hero .topbg .sub-title {
    position: absolute;
    top: 161px;
    left: 15px;
    height: 20px;
    background: #FFFFFF;
    border-radius: 50px 27px 27px 0px;
    font-size: 8px;
    font-family: MicrosoftYaHei;
    color: #656FE1;
    line-height: 20px;
    padding: 0 10px;
}
#main {
  margin-top: 72px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #4e4039;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #eb5d1e;
  text-decoration: none;
}

.nav-menu .get-started a {
  background: #eb5d1e;
  color: #fff;
  border-radius: 50px;
  margin: 0 15px;
  padding: 10px 25px;
}

.nav-menu .get-started a:hover {
  background: #ee7843;
  color: #fff;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #3c1300;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #eb5d1e;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 72px;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #F5F5F5;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #333333;
  padding: 10px 20px;
  font-weight: 500;
  transition: 0.3s;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #B70005;
  text-decoration: none;
  font-weight: Semibold;
}

.mobile-nav .get-started a {
  background: #eb5d1e;
  color: #fff;
  border-radius: 50px;
  margin: 15px;
  padding: 10px 25px;
}

.mobile-nav .get-started a:hover {
  background: #ee7843;
  color: #fff;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: absolute;
  right: 15px;
  top: 22px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #B70005;
    background-image: linear-gradient(225deg, #FE8045 0%, #D0021B 100%);;
    -webkit-background-clip: text;
    color:transparent;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 72px;
  left: 0;
  position: fixed;
  background: rgba(255,255,255, 0.9);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

/*.mobile-nav-active .mobile-nav-toggle {
  top: 96px;
}*/


.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}


#topinfo {
	position: relative;
	width: 100%;
}

#topinfo .icon-box {
    position: relative;
    overflow: hidden;
    margin: 0 0 10px 0;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
    text-align: center;
    border-bottom: 3px solid #fff;
    padding-top: 24px;
    width: 100%;
}

#topinfo .icon-box p {
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 19px;
    width: 100%;
    text-align: center;
}

#topinfo .icon-box h4 {
    height: 32px;
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #D0021B;
    line-height: 32px;
    width: 100%;
    text-align: center;
}

#topinfo .icon i {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 15px;
    color: #B70005;
}

#services h3 {
    padding-left: 15px;
    height: 32px;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 32px;
    letter-spacing: 1px;
    margin-top: 40px;
    text-align: left;
}

#services h3:before {
    content: '';
    width: 4px;
    height: 30px;
    background-color: #D0021B;
    position: absolute;
    left: 15px;
}

#services .sub-title {
    width: 100%;
    height: 38px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    padding: 0 15px;
}


#services img {
    transition: 0.3s;
    position: relative;
    z-index: 1;
}

#services .service-img .col-6 {
    margin-top: 10px;
}

#services .service-img div:nth-child(even) {
    padding-left:7.5px;
}

#services .service-img div:nth-child(odd) {
    padding-right:7.5px;
}

.friends h3 {
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 32px;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}


.friends .sub-title, .home-clients .sub-title, .home-core .sub-title, .home-comment .sub-title, .home-assur .sub-title {
    width: 100%;
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    text-align: center;
}

.friends h4 {
    width: 100%;
    height: 21px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 21px;
    margin-top: 15px;
}

.friends .sub-info {
    width: 100%;
    height: 32px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 16px;
}

#query h3 {
    width: 100%;
    text-align: center;
    height: 32px;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #D0021B;
    line-height: 32px;
    margin-top: 40px;
}

#query .form-input input {
    border: 1px solid #D0021B;
    width: 100%;
    height: 32px;
    padding-left: 10px;

}

#query input[type="checkbox"] {
    display: none;
}

#query input[type="checkbox"]+label {
    height: 22px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    line-height: 22px;
}

#query input[type="checkbox"]+label>i {
    display: inline-block;
    width: .9375rem;
    height: .9375rem;
    border: .0625rem solid #000;
    background: #fff;
    margin-right: 5px;
    vertical-align: middle;
}

#query input[type="checkbox"]:checked+label>i {
    position: relative;
    border: .0625rem solid #D0021B;
    background: #D0021B;
    top: -0.0625rem;
}

#query input[type="checkbox"]:checked+label>i::before {
    content: '';
    position: absolute;
    width: .25rem;
    height: .5rem;
    color: black;
    border-bottom: .125rem solid #fff;
    border-right: .125rem solid #fff;
    left: 50%;
    top: 22%;
    transform-origin: center;
    transform: translate(-50%, -30%) rotate(40deg);
    -webkit-transform: translate(-50%, -30%) rotate(40deg);
}

#query .form-textarea textarea {
    border: 1px solid #D0021B;
    width: 100%;
    height: 120px;
    padding: 10px;
}

#query .query-item-title {
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 20px;
}

#query button, .home-core button {
	color: #FFF;
    width: 100%;
    height: 32px;
    font-size: 18px;
    background: #D0021B;
    margin-top: 20px;
    border-radius: 6px;
    border: 0;
}

.home-news h3 {
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 32px;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.cszs-tabs, .ssgjc-cszs-tabs {
    width: auto;
    height: 24px;
    background: #B70005;
    box-shadow: 0px 2px 0px 0px #FFF2F0;
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    display: inline-block;
    padding:0 8px;
    margin-left: 10px;
    margin-top:10px;
    min-width: 20%;
}

.home-news .news-list {
    width: 100%;
}
.home-news .news-list p {
    display: block;
    width: 100%;
    height: 64px;
    border-bottom: 1px dashed #979797;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #000000;
    line-height: 64px;
    letter-spacing: 1px;
}
.home-news .news-list p > i {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #B70005;
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
    font-style: NORMAL;
}

.page ul {
    list-style: none;
    padding:0;
    margin: 0;
}

.page ul li {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 2px;
}

.page ul li.p-active {
    color: #B70005;
    border: 1px solid #B70005;
}

.page > ul li.p-disabled {
    opacity: .5;
    cursor: no-drop;
}

.home-clients {
    width: 100%;
    background: #F3F3F3;
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.home-core h3, .home-comment h3, .home-assur h3 {
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 32px;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.home-comment .info h4 {
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    letter-spacing: 1px;
    position: absolute;
    top: 71px;
    right: 25px;
}

.home-comment .info hr {
    width: 90%;
    color: #EDEDED;
    position: absolute;
    top: 95px;
    left: 5%;
}

.home-comment .info p {
    width: 64px;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    letter-spacing: 1px;
    position: absolute;
    left: 25px;
    top: 131px;
}

.home-comment .info span {
    height: 60px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    line-height: 20px;
    position: absolute;
    left: 25px;
    top: 165px;
    display: inline-block;
    width: calc(100% - 50px);
}

.core-box {
    width: 100%;
    padding: 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
}

.core-box .icon img {
    width: 100%;
}

.core-box .title {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 21px;
    margin-top: 20px;
}

.core-box .description {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 16px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.comment-page-box {
    width: 100%;
    height: 69px;
    padding-top: 10px;
}

.comment-page {
    width: 63px;
    height: 6px;
    margin:auto;
    position: relative;
}
.carousel-indicators li {
    width: 18px;
    height: 6px;
    background: #DDDDDD;
    border: 0;
    opacity: 1;
    border-radius: 3px;
}
.carousel-indicators li.active {
    width: 40px;
    height: 6px;
    background:#B70005;
}

.home-assur h4 {
    width: 100%;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #D0021B;
    line-height: 21px;
}

.home-assur .sub-info {
    width: 100%;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
}

.footer {
    width: 100%;
    background: #2d3037;
    margin-top: 100px;
}

.footer .f-top {
    position: relative;
    width: 100%;
    background: url('https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/mobile/images/home/ibaotu_19908.png') no-repeat;
    background-size:cover;
    background-position: center center;
    color: #fff;
    font-size: 14px;
    padding-top: 6.5rem;
    padding-bottom: 40px;
}

.footer .f-top p {
    margin: 0;
}

.footer .f-top h3 {
    margin: 0;
    width: 100%;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
    letter-spacing: 1px;
    padding: 0;
}

.footer .f-top .f-top-mobo {
    width: 100%;
    margin-top: 20px;
}

.footer .f-top .f-top-content {
	width: 100%;
	position: relative;
	padding: 0 0.32rem;
}

.footer .f-top .f-top-content img {
	position: absolute;
	right: 0.32rem;
	top: -1rem;
}

.footer .f-bottom .fb-title {
}

.footer .flinks {
    width: 100%;
    background: #fafafa;
}
.footer .flinks ul {
    list-style-type: none;
    padding: 15px 0;
}
.footer .flinks ul li{
    padding: 10px 30px 10px 0;
    display: inline-block;
    cursor: pointer;
}
.footer .flinks ul li a{
    color:#666;
}
.footer .flinks ul li a:hover{
    color:#B70005;
}


.footer .f-bottom .fb-title h3 {
	text-align: left;
	height: 24px;
	font-size: 18px;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	line-height: 24px;
	letter-spacing: 1px;
	padding: 20px 0;
}

.footer .f-bottom .brand-img {
	width: 100%;
    vertical-align: middle;
}

.footer .f-bottom p {
	width: 100%;
	padding: 20px 0;
	height: 16px;
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	line-height: 16px;
	text-align: center;
}

.footer .f-middle {
    width: 100%;
    background: #fff;
    padding: 10px 0;
}

.footer .search-input {
    width: 100%;
    height: 44px;
    padding: 0 15px;
    margin-top: 20px;
    position: relative;
}

.footer .search-input input {
    width: 100%;
    height: 44px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    outline-color: #fff;
    border-radius: 2px;
}

.footer .search-input img {
    position: absolute;
    right: 15px;
    padding: 13px 15px;
}

.calc_box, .calc_result {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1000000;
    display: none;
}
.calc_form {
    width: 288px;
    height: 413px;
    position: absolute;
    top: 100px;
    left: calc(50% - 144px);
    display: block;
    background: url('https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/mobile/images/calcbox.png') no-repeat;
    background-position: 0 0;
    padding: 0 14px;
    text-align: center;
    box-sizing: border-box;
    background-size: cover;
}
.calc_name {
    position: absolute;
    left: 15px;
    top: 75px;
    width: 85px;
    height: 24px;
    font-size: 16px;
    font-family: SourceHanSansSC-Bold, SourceHanSansSC;
    font-weight: bold;
    color: #B70005;
    line-height: 24px;
    letter-spacing: 1px;
    margin:0;
}
.calc_name:after {
    content: '';
    width: 85px;
    height: 10px;
    background: rgba(255, 34, 41, 0.22);
    position: absolute;
    left: 0;
    top: 15px;
 }
.calc_result_name {

}
.calc_input_item span {
    width: 60px;
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 19px;
    text-align: left;
    display: inline-block;
 }
.calc_input_item {
    position: absolute;
    left: 15px;
    top: 113px;
}
.calc_input_item input, .calc_input_item select {
    width: 194px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding-left: 10px;
    position: relative;
    padding-right: 40px;
    box-sizing: border-box;
 }
.calc_input_item_num:after {
    content: '万元';
    width: 28px;
    height: 22px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.45);
    line-height: 22px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.result_before_money {
    width: 131px;
    height: 18px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 16px;
    position: absolute;
    left: 144px;
    top: 120px;
}
.result_after_money {
    width: 131px;
    height: 18px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 16px;
    position: absolute;
    left: 144px;
    top: 175px;
}
.result_save {
    width: 157px;
    height: 36px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 16px;
    position: absolute;
    left: 65px;
    top: 229px;
    text-align: center;
}
.calc_result_box span {
    font-size: 14px;
    color: #B70005;
    font-weight: bold;
}
#calc_confirm {
    width: 185px;
    height: 40px;
    background: #FF4546;
    border-radius: 31px;
    position: absolute;
    color: #fff;
    top:317px;
    left: 53px;
    border: 0;
    outline: none;
}
.calc_result_box {
    width: 288px;
    height:376px;
    position: absolute;
    top: 100px;
    left: calc(50% - 144px);
    display: block;
    background: url('https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/mobile/images/calcresult.png') no-repeat;
    background-position: 0 0;
    padding: 0 14px;
    text-align: center;
    box-sizing: border-box;
    background-size: cover;
}
.calc_result_name {
    width: 68px;
    height: 24px;
    font-size: 16px;
    font-family: SourceHanSansSC-Bold, SourceHanSansSC;
    font-weight: bold;
    color: #B70005;
    line-height: 24px;
    letter-spacing: 1px;
    position: absolute;
    top: 75px;
    left: 10px;
}
.calc_result_name:after {
    content: '';
    width: 68px;
    height: 10px;
    background: rgba(255, 34, 41, 0.22);
    position: absolute;
    left: 0;
    top: 15px;
}
.calc_before {
    width: 265px;
    height: 16px;
    background: linear-gradient(270deg, rgba(255, 69, 70, 0) 0%, #FF4546 100%);
    position: absolute;
    top: 148px;
    left: 10px;
}
.calc_after {
    width: 0;
    height: 16px;
    background: linear-gradient(270deg, rgba(88, 176, 255, 0) 0%, #58B0FF 100%);
    position: absolute;
    top: 203px;
    left: 10px;
    max-width: 265px;
}
.result_after_title {
    width: 60px;
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 19px;
    position: absolute;
    top: 174px;
    left: 10px;
}
.result_before_title {
    width: 60px;
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 19px;
    position: absolute;
    top: 119px;
    left: 10px;
    border: 0;
    outline: none;
}
#re_calc {
    width: 185px;
    height: 40px;
    background: #FF4546;
    border-radius: 31px;
    position: absolute;
    color: #fff;
    top:285px;
    left: 54px;
    border: 0;
    outline: none;
}
.calc_close, .login_close {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 413px;
    left: 128px;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    color:#fff;
}
/**     公司注册 begin      **/

.gszc-bg-item1 {
    position: absolute;
    right: 0;
    top: 443px;
    width: 134px;
    height: 369px;
    background: url('https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/mobile/images/gszc/cbg.png') no-repeat;
    z-index: 0;
}

.gszc-bg-item2 {
    position: absolute;
    left: 0;
    top: 1116px;
    width: 105px;
    height: 242px;
    background: url('https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/mobile/images/gszc/heart_r.png') no-repeat;
    z-index: 0;
}

#gszc-top-form {
  height: 256px;
  background: #FFFFFF;
  box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
  border-radius: 8px;
  width: 100%;
  padding: 10px 15px;
}

#gszc-top-form input {
  height: 44px;
  border-radius: 8px;
  border: 1px solid #535DCD;
  width: 100%;
  margin-top: 10px;
}

.n-title-color-green {
    color: #45D88A !important;
}


.gszc-question {
    position: relative;
    width: 100%;
}


.gszc-question .question-box {
    position: relative;
    overflow: hidden;
    margin: 0 0 10px 0;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
    text-align: center;
    border-bottom: 3px solid #fff;
    padding-top: 40px;
    width: 100%;
}

.gszc-question .question-box p {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 16px;
    width: 100%;
    text-align: center;
    padding: 0 12px;
    margin-bottom: 40px;
}

.gszc-question .question-box h4 {
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 19px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.gszc-question .icon i {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 20px;
    color: #FFC003;
}

.gszc-title {
    height: 32px;
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #45D88A;
    line-height: 32px;
    width: 100%;
    text-align: center;
}
.gszc-sub-title {
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    text-align: center;
    width: 100%;
}

.gszc-bb .question-box {
    position: relative;
    overflow: hidden;
    margin: 0 0 10px 0;
    transition: all 0.3s ease-in-out;
    text-align: center;
    padding-top: 8px;
    width: 100%;
}

.gszc-bb .question-box p {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 16px;
    width: 100%;
    text-align: center;
    padding: 0 12px;
}

.gszc-bb .question-box h4 {
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 19px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.gszc-bb .icon i {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 20px;
    color: #FFC003;
}

.gszc-bb .sub-title {
    padding: 0 !important;
    font-size: 12px;
    -webkit-transform: scale(0.83);
    transform : scale(0.83,0.83);
    width: 120%;
}

.gszc-doc-img {
    width: 80px;
    height: 80px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 50%;
    margin: auto;
}

.gszc-doc .title {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 19px;
    margin-top: 10px;
}

.gszc-types-img {
    padding: 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 10px;
}

.gszc-types h4 {
    height: 21px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 21px;
}
.gszc-types .sub-info {
    height: 116px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
}

.n-btn-1 {
    width: 100%;
    height: 32px;
    background: #FFC003;
    border-radius: 6px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    border: 0;
    outline: none !important;
}

.n-btn-ylqx {
    width: 100%;
    height: 32px;
    background: #009FE9;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    border: 0;
}

.gszc-doc img {
    padding: 20px 0;
}

.others .others-box {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.others .others-box img {
    width: 100%;
}

.others .title {
    width: 100%;
    height: 21px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 21px;
    margin-top: 20px;
}

.others .description {
    width: 100%;
    height: 38px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    margin-top: 10px;
}

/**     公司注册 end      **/

/**     园区注册 begin      **/
.yqzc-topbg {
    position: relative;
}
.yqzc-topbg .title {
    position: absolute;
    top: 102px;
    left: 0;
    height: 40px;
    font-size: 30px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
}
.yqzc-topbg .title-after:after {
    content: '';
    width: 230px;
    position: absolute;
    top: 30px;
    left: calc(50% - 115px);
    height: 14px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
}
.yqzc-topbg .title span {
    color: #FFC003;
}
.yqzc-topbg .title i {
    font-size: 18px;
    font-style:normal
}
.yqzc-topbg .sub-title {
    position: absolute;
    width: 232px;
    top: 161px;
    left: calc(50% - 116px);
    height: 20px;
    background: #FFFFFF;
    border-radius: 50px 27px 27px 0px;
    font-size: 8px;
    font-family: MicrosoftYaHei;
    color: #656FE1;
    line-height: 20px;
    padding: 0 10px;
    -webkit-transform: scale(0.83,0.83);
    transform : scale(0.83,0.83);
}
.yqzc-topbg .title-top {
    height: 11px;
    font-size: 8px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 11px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 91px;
    -webkit-transform: scale(0.67,0.67);
    transform : scale(0.67,0.67);
}

.yqzc-zch-title {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 19px;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}
/**     园区注册 end      **/


/**     医疗器械 begin      **/
.ylqx-topbg {
    position: relative;
}
.ylqx-topbg-box {
    width: 346px;
    height: 160px;
    background: #009FE9;
    opacity: 0.5;
    position: absolute;
    top: 89px;
    left: calc(50% - 173px);
}
.ylqx-topbg .title {
    font-size: 30px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
    height: 40px;
    padding-top: 46px;
}
.ylqx-topbg .sub-title {
    width: 100%;
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 19px;
    text-align: center;
    padding-top: 30px;
}
.ylqx-top-form {
    margin-top: 12px;
}
.ylqx-top-form input {
    border-radius: 8px;
    border: 1px solid #333333;
    height: 44px;
    width: 100%;
    margin-top: 10px;
}
.ylqx-title {
    width:100%;
    text-align: center;
    height: 32px;
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
    position: relative;
    padding-bottom: 50px;
}

.ylqx-title:after {
    content: '';
    width: 216px;
    position: absolute;
    top: 55px;
    left: calc(50% - 108px);
    height: 1px;
    background: #DDDDDD;
    z-index: 1;
}

.ylqx-title:before {
    content: '';
    position: absolute;
    top: 53px;
    left: calc(50% - 30px);
    width: 60px;
    height: 4px;
    background: #009FE9;
    z-index: 2;
}

.wxp-title:before {
    background: #B70005;
}

.spjy-title:before {
    background: #D8702D;
}

.ylqx-types-img {
    padding: 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 10px;
}

.ylqx-types h4 {
    height: 21px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 21px;
}
.ylqx-types .sub-info {
    height: 80px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
}
.ylqx-kndd-box .icon {
    font-size: 30px;
    color: #fff;
    padding-top: 20px;
}
.ylqx-kndd-box .title {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 19px;
    margin-top: 20px;
    margin-bottom: 0;
}
.ylqx-kndd-box .sub-title {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 16px;
    margin-top: 10px;
    padding:0 5px;
}
.ylqx-types p > span {
    color:#009FE9;
}

.ylqx-others-box {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 10px;
    position: relative;
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 20px;
}
.ylqx-others-box .title {
    width: 100%;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 21px;
    text-align: center;
    margin-bottom: 10px;
}
.ylqx-others-box .description {
    width: 100%;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    text-align: center;
    padding: 0 5px;
    margin-bottom: 0;
    height: 57px;
}
.ylqx-others-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #009FE9;
    text-align: center;
    position: absolute;
    top: -40px;
    left: calc(50% - 40px);
    line-height: 80px;
}
.ylqx-others-icon .icon {
    font-size: 40px;
    color: #fff;
    vertical-align: middle;
}
/**     医疗器械 end      **/




/**     税务筹划 begin    **/
.swch-topbg {
    position: relative;
}
.swch-topbg .title {
    font-size: 30px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFF;
    line-height: 40px;
    letter-spacing: 1px;
    position: absolute;
    top: 96px;
    left: 31px;
}
.swch-topbg .title span {
    font-size: 30px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFB103;
    line-height: 40px;
    letter-spacing: 1px;
}
.swch-topbg .sub-title {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 24px;
    letter-spacing: 1px;
    position: absolute;
    top: 148px;
    left: 31px;
}


.swch-topbg .title:before {
    content: '"';
    position: absolute;
    top: -10px;
    left: -20px;
    width: 32px;
    height: 39px;
    font-size: 30px;
    font-family: YouSheBiaoTiHei;
    color: #FFFFFF;
    line-height: 39px;
    letter-spacing: 1px;
}

.swch-topbg .title:after {
    content: '"';
    position: absolute;
    top: 30px;
    left: 248px;
    width: 32px;
    height: 39px;
    font-size: 30px;
    font-family: YouSheBiaoTiHei;
    color: #FFFFFF;
    line-height: 39px;
    letter-spacing: 1px;
}

.swch-top-form input {
    width: 100%;
    height: 44px;
    border-radius: 8px;
    border: 1px solid #FFAA02;
    margin-top: 10px;
}

.swch-title {
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
    letter-spacing: 2px;
}

.swch-title:after {
    content: '';
    position: absolute;
    top: 40px;
    left: calc(50% - 20px);
    width: 37px;
    height: 4px;
    background: #FFB103;
    z-index: 2;
}
.swch-sub-title {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.swch-cswt-item h4 {
    height: 21px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 21px;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.swch-cswt-item p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    width: 100%;
    text-align: center;
}

.swch-types-img {
    width: 100px;
    height: 100px;
    background: #FDEDBF;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    margin:auto;
}

.swch-tcgd h4 {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 21px;
}

.swch-tcgd .sub-info {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 26px;
}

.swch-tads .title {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 21px;
}
.swch-tads .sub-title {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
}

.swch-cjwt .title p {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 21px;
    letter-spacing: 1px;
    margin-top: 20px;
}
.swch-cjwt .desc p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    border-bottom: 1px solid #ECECEC;
    margin: 0;
    padding-bottom: 20px;
}

.swch-page ul li.active {
    color: #FFB200;
    border: 1px solid #FFB200;
}
/**     税务筹划 end      **/




/**     著作权登记 begin    **/
.zzqdj-topbg {
    position: relative;
}
.zzqdj-topbg .title {
    width: 190px;
    font-size: 30px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
    letter-spacing: 1px;
    position: absolute;
    top: 91px;
    left: calc(50% - 95px);
}

.zzqdj-topbg .sub-title {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 21px;
    letter-spacing: 1px;
    position: absolute;
    top: 190px;
    left: calc(50% - 95px);
}


.zzqdj-topbg .title:before {
    content: '"';
    position: absolute;
    top: -10px;
    left: -20px;
    width: 32px;
    height: 39px;
    font-size: 30px;
    font-family: YouSheBiaoTiHei;
    color: #FFFFFF;
    line-height: 39px;
    letter-spacing: 1px;
}

.zzqdj-topbg .title:after {
    content: '"';
    position: absolute;
    top: 70px;
    left: 192px;
    width: 32px;
    height: 39px;
    font-size: 30px;
    font-family: YouSheBiaoTiHei;
    color: #FFFFFF;
    line-height: 39px;
    letter-spacing: 1px;
}

.zzqdj-top-form input {
    width: 100%;
    height: 44px;
    border-radius: 8px;
    border: 1px solid #333333;
    margin-top: 10px;
}

.zzqdj-title {
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
    letter-spacing: 1px;
}

.zzqdj-sub-title {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    width: 100%;
    text-align: center;
    margin: 0;
}

.zzqdj-fl-item {
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
}

.zzqdj-fl-item h4 {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 32px;
    height: 32px;
    padding-left: 10px;
    margin: 0;
}

.zzqdj-zy {

}

.zzqdj-zy-item {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 20px 0;
    margin-top: 10px;
}

.zzqdj-zy-item h4 {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 21px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.zzqdj-zy-item p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    width: 100%;
    text-align: center;
    margin: 0;
}

.zzqdj-zy-img {
    width: 100%;
    text-align: center;
    height: 44px;
}

.zzqdj-hzlc-item {
    margin-top: 20px;
}

.zzqdj-hzlc-img {
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 10px;
    padding: 10px;
}

.zzqdj-hzlc-item h4 {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 21px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
/**     著作权登记 end    **/


/**     税务托管 begin    **/
.sptg-topbg {
    position: relative;
}
.sptg-topbg .title {
    font-size: 30px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
    letter-spacing: 1px;
    position: absolute;
    top: 96px;
    width: 100%;
    text-align: center;
}
.sptg-topbg .sub-title {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 24px;
    letter-spacing: 1px;
    position: absolute;
    top: 148px;
    left: calc(50% - 44px);
    width: 102px;
}
.sptg-topbg .sub-title span {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 21px;
    letter-spacing: 1px;
    display: block;
    position: relative;
    margin-top: 10px;
}
.sptg-topbg .sub-title span:before {
    content: '√';
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: #1E50AE;
    color: #fff;
    position: absolute;
    font-size: 7px;
    line-height: 16px;
    left: -25px;
    top: 4px;
    text-align: center;
}

.sptg-top-form input {
    width: 100%;
    height: 44px;
    border-radius: 8px;
    border: 1px solid #333333;
    margin-top: 10px;
}

.sptg-title {
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #1E50AE;
    line-height: 32px;
    letter-spacing: 2px;
    margin: 0;
}
.sptg-sub-title {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
    margin: 0;
}

.sptg-hc-box {
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 16px;
    padding: 0 20px;
}

.sptg-hc .title {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}

.sptg-hc .sub-title {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
}

.sptg-fwnr {
    background: url('https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/mobile/images/sptg/tbg.png') no-repeat;
    background-size: 100% 128px;
}

.sptg-fwnr h4 {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 21px;
    margin-bottom: 20px;
}

.sptg-fwnr .sub-info {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
}

.sptg-zl {
    text-align: center;
}

.sptg-zl h4 {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 21px;
    margin-top: 10px;
}
/**     税务托管 end    **/



/**     无地址注册 begin    **/
.wdzzc-title {
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
    text-align: center;
    margin-bottom: 5px;
}
.wdzzc-sub-title {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.wdzzc-title1 {
    color:#fff;
}
.wdzzc-sub-title1 {
    color: #FFF;
}
.wdzzc-title span {
    position: relative;
}
.wdzzc-title span:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 16px;
    width: 10px;
    height: 1px;
    background: #F13A3A;
}
.wdzzc-title1 span:before {
    background: #FFF;
}
.wdzzc-title span:after {
    content: '';
    position: absolute;
    right: -20px;
    top: 16px;
    width: 10px;
    height: 1px;
    background: #F13A3A;
}
.wdzzc-title1 span:after {
    background: #FFF;
}
.wdzzc-problem .problem-desc {
    color: #fff;
}
.wdzzc-problem .problem-desc h4 {
    font-size: 16px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 21px;
    letter-spacing: 1px;
}
@media screen and (min-device-width:320px) and (max-device-width:375px) {
    .problem-desc {
        margin-top: 100px;
    }
    .zlsq-nznl-items {
        margin-top: 25px;
    }
}
@media screen and (min-device-width:375px) and (max-device-width:414px) {
    .problem-desc {
        margin-top: 112px;
    }
    .zlsq-nznl-items {
        margin-top: 35px;
    }
}
@media screen and (min-device-width:414px) {
    .problem-desc {
        margin-top: 120px;
    }
    .zlsq-nznl-items {
        margin-top: 45px;
    }
}
.wdzzc-problem .problem-desc p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 19px;
}

.wdzzc-problem .img {
    padding: 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    margin-top: 10px;
}

.wdzzc-problem .img img {
    width: 100%;
}

.wdzzc-problem .img p {
    width: 100%;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 21px;
    text-align: center;
    margin: 10px 0;
}
/**     无地址注册 end    **/


/**    公司注销 begin  **/
.gszx-title {
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
    width: 100%;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.gszx-title:before {
    content: '';
    position: absolute;
    left: calc(50% - 30px);
    top: 43px;
    width: 60px;
    height: 4px;
    background: #FF6537;
    z-index: 2;
}
.gszx-title:after {
    content: '';
    position: absolute;
    left: calc(50% - 129px);
    top: 45px;
    width: 258px;
    height: 1px;
    background: #DDDDDD;
    z-index: 1;
}

.gszx-mf {
    text-align: center;
}

.gszx-mf .gszx-mf-item {
    text-align: center;
    margin-top: 20px;
}
.gszx-mf .gszx-mf-img {
    height: 44px;
    line-height: 44px;
}
.gszx-mf .gszx-mf-item p {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 21px;
    margin-top: 10px;
    margin-bottom: 0;
}

.gszx-nznl .gszx-nznl-item {
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    padding: 10px;
    margin-top: 10px;
}

.gszx-nznl .gszx-nznl-item img {
    width: 100%;
}

.gszx-nznl .gszx-nznl-item h4 {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 21px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.gszx-nznl .gszx-nznl-item p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    height: 76px;
    width: 100%;
    text-align: center;
}

.gszx-lc .gszx-lc-item {
    margin-top: 20px;
}

.gszx-lc .gszx-lc-item .gszx-lc-img {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    background: #FFF3F0;
    margin: auto;
    text-align: center;
}

.gszx-lc .gszx-lc-item p {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 21px;
    margin-top: 10px;
    margin-bottom: 0;
}

.gszx-zl .gszx-zl-item {
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
}
.gszx-zl .gszx-zl-img {
    padding: 10px;
}
.gszx-zl .gszx-zl-img img {
    width: 100%;
}
.gszx-zl .gszx-zl-item h4 {
    height: 48px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 19px;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}
/**    公司注销 end  **/





/**    公司变更 begin  **/

.gsbg-title {
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
    letter-spacing: 2px;
    position: relative;
    text-align: center;
    width: 100%;
}

.gsbg-title span {
    color: #2BA0E8;
}

.gsbg-title:after {
    background: #EEF8FF;
    content: '';
    width: 60px;
    height: 4px;
    position: absolute;
    left: calc(50% - 30px);
    top: 40px;
}

.gsbg-title1:after {
    background: #2BA0E8;
}

/**    公司变更 end  **/

/**    专利申请 begin  **/
.zlsq-title {
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #BF9D72;
    line-height: 32px;
    letter-spacing: 2px;
    width: 100%;
    text-align: center;
}

.zlsq-sub-title {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
    padding-bottom: 0;
}

.zlsq-zlfw-box {
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 10px;
}
.zlsq-zlfw-item {
    text-align: center;
    padding-top: 20px;
}
.zlsq-zlfw-item p {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 21px;
    letter-spacing: 1px;
    margin-top: 10px;
}

.zlsq-zlfw-subbox {
    text-align: center;
    padding-top: 20px;
}

.zlsq-zlfw-subbox h4 {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 21px;
    letter-spacing: 1px;
    margin-top: 20px;
}
.zlsq-zlfw-subbox span {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    letter-spacing: 1px;
}

.zlsq-nznl .title {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 21px;
    letter-spacing: 1px;
}
.zlsq-nznl .sub-title {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 19px;
    letter-spacing: 1px;
}

.zlsq-kncc .zlsq-kncc-item {
    text-align: center;
}
.zlsq-kncc-img {
    height: 44px;
    line-height: 44px;
}
.zlsq-kncc .zlsq-kncc-item p {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 21px;
    letter-spacing: 1px;
    margin-top: 10px;
}

.zlsq-others-box p {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 21px;
    margin-top: 10px;
}
/**    专利申请 end  **/



.all-dongtai {
    padding: 0 10px;
    box-sizing: border-box;
}

.all-dongtai-item {
    border-bottom: 1px dashed #979797;
    padding-bottom: 15px;
}

.all-dongtai-item .all-dongtai-pre {
    width: 36px;
    float: left;
}

.all-dongtai-item .all-dongtai-pre i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #B70005;
    border-radius: 2px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-style:normal
}

.all-dongtai-item .dongtai-title p {
    height: 21px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #000000;
    line-height: 21px;
    letter-spacing: 1px;
    display: inline-block;
}

.all-dongtai-item span {
    height: 38px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    margin-top: 5px;
}


/**我的 index**/
.my-index-body{
    background-color:#F4F4F4; ;
}

.my-index-top{
    width: 100%;
    height: 121px;
    background: linear-gradient(306deg, #D0021B 0%, #FE8045 100%);
}

.my-index-top .left{
    float: left;
    height: 100%;
}
.my-index-top .left .head{
    display: inline-flex;
    height: 100%;
    justify-content: center;
    align-items: center;

}

.my-index-top .left .head .point{
    width: 61px;
    height: 61px;
    overflow: hidden;
    border-radius: 50%;
    margin-left: 15px;


}
.my-index-top .left .head .point img{
    width: 100%;

}

.my-index-top .left .name{
    display: inline-block;
    vertical-align: center;
    margin-left: 10px;
}

.my-index-top .left .name p{
    display: block;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 2px;
}

.my-index-top .right{
    float: right;
    width: 121px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.my-index-top .right .logout{
    width: 120px;
    height: 28px;
    background: rgba(29, 29, 29, 0.1);
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
    border-radius: 14px 0 0 14px;
}


.my-index-box{
    padding: 0 15px;
    margin-top: 10px;
    height: 108px;
    width: 100%;
    background: #FFFFFF;
}

.my-index-box .item{
    height: 53px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.my-index-box .item .left{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}

.my-index-box .item .left img{
    margin-right: 16px;
}


/**我的 jbxx**/
.my-jbxx-top{
    width: 100%;
    height: 44px;
    background: linear-gradient(306deg, #D0021B 0%, #FE8045 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.my-jbxx-top .title{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: -30px;
}

.my-jbxx-head{
    width: 100%;
    height: 191px;
    text-align: center;
}

.my-jbxx-head img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-top: 30px;
}
.my-jbxx-head p{
    margin-top: 10px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #B70005;
}


.my-jbxx-msg{
    width: 100%;
    height: 275px;
    background: #FFFFFF;
}

.my-jbxx-msg .item{
    display: flex;
    align-items: center;
    padding: 0 15px;
    justify-content: space-between;
    height: 53px;
    border-bottom: 1px solid #EEEEEE;

    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;

}

.my-jbxx-masker{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #141414;
    z-index: 10000;
    /*opacity: 0.5;*/
    display: none;
}

.my-jbxx-masker .main{
    position: absolute;
    top: calc(50% - 190px)
}

.my-jbxx-masker .bottom{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 52px;
}
.my-jbxx-masker .bottom .top{
    display: flex;
    justify-content: space-between;
    color: #fff;
    height: 45px;
}

.my-jbxx-masker .bottom .top div{
    width: 50%;
    text-align: center;
    line-height: 45px;
}

.my-jbxx-masker .bottom .b{
    margin-bottom: 3px;
    width: 30%;
    margin-left: 35%;
    height: 4px;
    background-color: #fff;
    border-radius: 5px;

}

.my-jbxx-head-image{
    position: absolute;
    width: 100%;
    height: 520px;
    background: #FFFFFF;
    border-radius: 8px;
    z-index: 10001;
    top:calc(50% - 260px);

    display: none;
}



.my-jbxx-head-image .top{
    height: 48px;
    background: #FAFAFA;
    border-radius: 8px 8px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;

    letter-spacing: 1px;
}

.my-jbxx-head-image .imagebox{
    margin: 20px 20px 10px 20px;
    width: calc(100% - 40px);
    height: 328px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.my-jbxx-head-image .text{
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #B70005;
    line-height: 19px;
}
.my-jbxx-head-image .bottom{
    padding: 0 20px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.my-jbxx-head-image .bottom .cancel{
    width: 90px;
    height: 34px;
    background: #EEEEEE;
    border-radius: 10px 8px 8px 10px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    text-align: center;
    line-height: 34px;
}

.my-jbxx-head-image .bottom .submit{
    width: 90px;
    height: 34px;
    background: linear-gradient(270deg, #D0021B 0%, #FE8045 100%);
    border-radius: 10px 8px 8px 10px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    text-align: center;
    line-height: 34px;
}

/**my email**/
.my-email-input-box{
    width: 100%;
    height: 55px;
    background: #FFFFFF;
}

.my-email-input-box input{
    width: calc(100% - 30px);
    padding: 0 15px;
    height: 100%;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 55px;
    border: none;
}
.my-email-input-box input::-webkit-input-placeholder{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 55px;
}

.my-email-submit{
    background: linear-gradient(306deg, #D0021B 0%, #FE8045 100%);
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    display: block;
    border: none;
    margin-top: 40px;
    border-radius: 5px;
}

/**my wdzj**/

.my-wdzj-item{
    margin-top: 20px;
}
.my-wdzj-item img{
    width: 100%;
}
.my-wdzj-item p{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    margin-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    margin-bottom: 0px;
}

/** 登录  **/
.user-center {
    position: absolute;
    top: 24px;
    right: 75px;
}

.user-center i {
    color: #B70005;
    font-size: 20px;
    background-image: linear-gradient(225deg, #FE8045 0%, #D0021B 100%);;
    -webkit-background-clip: text;
    color:transparent;
}

.login_box, .coupon_box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100000000;
    display: none;
}
.login_box .login_form_title {
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}
.login_box .login_form {
    width: 306px;
    height: 381px;
    background: #FFFFFF;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -180px auto auto -153px;
    display: block;
    text-align: center;
}
.login_box .login_form .login_form_top {
    height: 44px;
    line-height: 44px;
    background: #FAFAFA;
    border-radius: 8px 8px 0px 0px;
    width: 306px;
}

.login_box .input_item {
    margin-bottom: 15px;
}

.login_box .input_item .login_input {
    width: 272px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.login_code_btn {
    border: 0;
    width: 135px;
    height: 40px;
    background: linear-gradient(270deg, #D0021B 0%, #FE8045 100%);
    border-radius: 8px;
    color: #fff;
    outline: 0;
}


.right_coupon {
    width: 51px;
    height: 60px;
    position: fixed;
    top: 170px;
    left: 0;
    z-index: 10000;
}

.right_coupon img {
    width: 100%;
}

.coupon_form {
    width: 252px;
    height: 418px;
    position: absolute;
    top: calc(50% - 209px);
    left: calc(50% - 126px);
    margin: auto; /* 设置弹出层绝对居中 */
    display: block;
    background: url('https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/mobile/images/footer/copbox.png') no-repeat;
    background-position: 0 0;
    background-size:100% 100%;
    padding: 0 28px;
    text-align: center;
}

.btn_disabled {
    /*background: #BFBFBF;*/
    color:#999;
}

.gsdt-desc {
    background: #F7F9FB;
    border-radius: 2px;
    width: 100%;
    padding: 10px;
    position: relative;
    margin-bottom:20px;
    color:#333333;
}
.gsdt-desc:before {
    content: '';
    width: 4px;
    height: 100%;
    background: #D7DBDE;
    border-radius: 2px;
    position: absolute;
    top:0;
    left: 0;
}

.tywm-hotnews-item {
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 15px;
    margin-top: 15px;
    text-align: left;
}

.tywm-hotnews-title {
    width:100%;
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 19px;
    padding-left:15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left !important;
    position: relative;
}
.tywm-hotnews-title:before {
    content:'';
    width: 6px;
    height: 6px;
    display: inline-block;
    position: absolute;
    top: 6px;
    left:0;
    background: #B70005;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.tywm-hotnews-content {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    margin-bottom: 0;
}