a:hover,a:visited,a:active,a:focus {
  text-decoration: none;
}
a.text-primary:hover {
  color: #4874e3;
}
/* radio checkbox */
.vul-radio,
.vul-checkbox {
  position: absolute;
  z-index: 2;
  display: none;
}
.vul-radio[disabled],
.vul-checkbox[disabled] {
  cursor: not-allowed;
}
.vul-radio + label,
.vul-checkbox + label {
  position: relative;
  display: block;
  padding-left: 24px;
  cursor: pointer;
  vertical-align: middle;
  font-weight: normal;
}
.vul-radio + label:hover:before,
.vul-checkbox + label:hover:before {
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-name: hover-color;
}
.vul-radio + label:before,
.vul-checkbox + label:before {
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: '';
  border: 1px solid #d1dde9;
  background: #fff;
}
.vul-radio + label:after,
.vul-checkbox + label:after {
  position: absolute;
  display: none;
  content: '';
}
.vul-radio[disabled] + label,
.vul-checkbox[disabled] + label {
  cursor: not-allowed;
  color: #999;
}
.vul-radio[disabled] + label:hover,
.vul-radio[disabled] + label:before,
.vul-radio[disabled] + label:after,
.vul-checkbox[disabled] + label:hover,
.vul-checkbox[disabled] + label:before,
.vul-checkbox[disabled] + label:after {
  cursor: not-allowed;
}
.vul-radio[disabled] + label:hover:before,
.vul-checkbox[disabled] + label:hover:before {
  border: 1px solid #e4e4e4;
  animation-name: none;
}
.vul-radio[disabled] + label:before,
.vul-checkbox[disabled] + label:before {
  border-color: #e4e4e4;
}
.vul-radio:checked + label:before,
.vul-checkbox:checked + label:before {
  animation-name: none;
}
.vul-radio:checked + label:after,
.vul-checkbox:checked + label:after {
  display: block;
}
.vul-radio + label:before {
  border-radius: 50%;
}
.vul-radio + label:after {
  top: 6px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5986f9;
}
.vul-radio:checked + label:before {
  border: 1px solid #5986f9;
}
.vul-radio:checked[disabled] + label:before {
  border: 1px solid #c9e2f9;
}
.vul-radio:checked[disabled] + label:after {
  background: #c9e2f9;
}
.vul-checkbox + label:before {
  border-radius: 1px;
}
.vul-checkbox + label:after {
  top: 3px;
  left: 6px;
  box-sizing: border-box;
  width: 5px;
  height: 9px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0;
}
.vul-checkbox:checked + label:before {
  border: #5986f9;
  background: #5986f9;
}
.vul-checkbox:checked[disabled] + label:before {
  border: #bde8f3;
  background: #bde8f3;
}
/* radio-list */
.radio-list {
  overflow: hidden;
}
.radio-list li {
  float: left;
  margin-right: 20px;
}
.radio-list.radio-block li {
  width: 100%;
  margin: 10px 0;
}

.card-box {
  background:#fff;
  box-shadow:0px 4px 20px 0px rgba(222,231,254,0.6);
  border-radius:5px;
}
.card-header {
  padding: 20px 30px;
  height: 76px;
  border-bottom: solid 1px #EBEBEB;
}
.card-header h3 {
  float: left;
  line-height: 1;
  padding-left: 10px;
  font-size: 18px;
  border-left: solid 4px #5986f9;
}
.card-body {
  padding: 20px 30px;
}
.card-footer {
  border-top: solid 1px #EBEBEB;
  margin-top: 20px;
  padding: 30px 30px;
}
.card-footer .btn-lg {
  padding: 10px 40px;
}
.src-wrap {
  padding-bottom: 80px;
  background: #fff;
}
.src-wrap .card-header h3 {
  margin-top: 10px;
}
.src-banner {
  height: 280px;
  background: #749afa url('../img/src/src-banner.jpg') no-repeat center;
}
.src-body {
  margin-top: -76px;
}
.src-body .simditor {
  border-radius: 3px;
  border: 1px solid #dce1e8;
}
.src-body .simditor .simditor-wrapper {
  border-radius: 3px;
}
.src-body .simditor .simditor-body {
  min-height: 180px;
  height: 180px;
  border-radius: 0 0 3px 3px;
}
.src-body .simditor .simditor-toolbar > ul > li > .toolbar-item {
  width: 40px;
}
.src-body .simditor .simditor-toolbar {
  border-radius: 3px 3px 0 0;
}
.src-left {
  float: left;
  width: 75%;
  min-height: 600px;
}
.banner-edit-before {
  position: relative;
  height: 165px;
  padding-top: 55px;
  background: #f8f8f8;
  border: 1px dashed #d6d6d6;
  border-radius: 5px;
  text-align: center;
  color: #afafaf;
  cursor: pointer;
}
.banner-edit-before:hover {
  background: #fff;
  border: 1px dashed #5f8bf9;
}
.banner-edit-before .icon-img {
  display: block;
  width: 35px;
  height: 35px;
  margin: 0 auto 10px;
  background: url('../img/src/icon-img.png') no-repeat center;
}
.banner-edit-after {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.banner-edit-after .banner-edit {
  position: absolute;
  left: 5px;
  top: 5px;
  display: block;
  height: 36px;
  width: 36px;
  border: none;
  border-radius: 50%;
  background-color: #000;
  background-image: url('../img/src/icon-img-w.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
}
.banner-edit-after .banner-edit:hover {
  background-color: #5f8bf9;
}
.edit-src-banner .modal-dialog {
  width: 562px;
}
.table.mb0 {
  margin-bottom: 0;
}
.reward-standard .table-style1 {
  margin: 10px 0;
}
.table-style1.table>thead>tr>th {
  padding: 8px 10px;
  font-weight: normal;
  background: #f5f5f5;
  border-bottom: 1px solid #ebebeb;
}
.table-style1.table>tbody>tr>td {
  padding: 12px 10px;
  color: #7A7A7A;
  border-bottom: 1px solid #ebebeb;
}
.form-src {
  margin: 0 auto;
  padding-top: 30px;
}
.form-src .form-item {
  padding-bottom: 25px;
  margin: 0px;
}
.form-src > .form-item:last-child {
  padding-bottom: 0;
}
.form-src .form-label {
  float: left;
  line-height: 42px;
}
.form-src .input-con {
  padding-left: 10px;
}
.input-con .radio-list {
  margin-top: 12px;
}
.form-src .form-control {
  height: 42px;
}
.form-src textarea.form-control {
  height: auto;
}
.label-right .form-label {
  text-align: right;
}
.label-four .form-label {
  width: 70px;
}
.label-four .input-con {
  margin-left: 70px;
}
.label-five .form-label {
  width: 90px;
}
.label-five .input-con {
  margin-left: 90px;
}
.form-star {
  display: inline-block;
  padding-right: 5px;
  color: #f34646;
}
.src-left .card-footer .btn {
  margin: 0 6px;
}
.src-left .reward-list li {
  padding-bottom: 25px;
  overflow: hidden;
}
.src-left .reward-list li:last-child {
  padding-bottom: 0;
}
.src-left .reward-list li span:nth-child(1) {
  float: left;
  width: 45%;
}
.src-left .reward-list li span:nth-child(2) {
  float: left;
  width: 10%;
  line-height: 42px;
  color: #d6d6d6;
  text-align: center;
}
.src-left .reward-list li span:nth-child(3) {
  float: left;
  width: 45%;
}
.src-left .src-row .left-con {
  padding-right: 30px;
  margin-right: 160px;
  overflow: hidden;
}
.src-left .src-row .right-con {
  float: right;
  width: 160px;
}
.src-right {
  float: right;
  width: 25%;
  padding: 120px 0 0 50px;
}
.icon-tips {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  background: url('../img/src/icon-tips1.png') no-repeat center;
}
.partone-img {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.partone-img1 {
  width: 240px;
  height: 50px;
  border-radius: 3px;
  border: 1px solid #dce1e8;
  overflow: hidden;
  position: relative;
}
.partone-img1:hover {
  border: 1px solid #5986F9;
}
.partone-img1:hover .banner-img-shadow {
  background: url('../img/src/icon-add-hov.svg') no-repeat center;
  background-size: 20px;
}
.partone-img1 .banner-img-shadow {
  /* display: none; */
  position: absolute;
  left: 0;
  top: 0;
  width: 240px;
  height: 50px;
  background: url('../img/src/icon-add.svg') no-repeat center;
  background-size: 20px;
  text-align: center;
}
.partone-img1 .banner-img-shadow input[type="file"] {
  width: 240px;
  height: 50px;
  opacity: 0;
  cursor: pointer;
}
.partone-img img {
  width: 90px;
  height: 90px;
}
.partone-img:hover .partone-img-shadow {
  display: block;
}
.partone-img .partone-img-shadow {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../img/src/icon-camera.svg') no-repeat center;
  background-size: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.partone-img .partone-img-shadow input[type="file"] {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.logo-update {
  width: 160px;
  height: 176px;
  padding-top: 30px;
  background:rgba(255,255,255,1);
  border: 1px solid #dce1e8;
  border-radius: 5px;
}
.logo-update p {
  font-size: 13px;
  margin-top: 10px;
  color: #AFAFAF;
  text-align: center;
}
.banner-choose ul {
  padding: 20px 0;
}
.banner-choose ul li {
  float: left;
  width: 240px;
  height: 50px;
  margin: 8px 8px;
}
.banner-choose ul li img {
  width: 240px;
  height: 50px;
  border-radius: 3px;
}
.banner-choose .banner-box {
  position: relative;
  cursor: pointer;
}
.banner-choose .banner-box .icon-choose {
  position: absolute;
  right: -12px;
  top: -10px;
  display: block;
  height: 26px;
  width: 26px;
  border: none;
  border-radius: 50%;
  background-color: #5986f9;
  background-image: url('../img/src/icon-success-w.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
}
.src-body .agree {
  padding-top: 10px;
  color: #999;
}
.src-body .agree .checkbox-item {
  display: inline-block;
}
.captcha-box .code-img {
  float: right;
  height: 42px;;
}
.captcha-box .code-ipt {
  margin-right: 150px;
}
.menu-container {
  -webkit-box-shadow: 0 3px 9px 0 rgba(32,123,229,.04);
  box-shadow: 0 3px 9px 0 rgba(32,123,229,.04);
  height: 50px;
  line-height: 50px;
  background: #fff;
}
.menu-container .menu-content {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}
.menu-container .menu-content li {
  display: inline-block;
  vertical-align: top;
  width: 20%;
}
.menu-container .menu-content li a {
  font-size: 16px;
  color: #4a5e72;
}
.menu-container .menu-content li a:hover {
  color: #3c73ff;
}
.main-title {
  color: #081929;
  font-size: 26px;
  text-align: center;
  margin-bottom: 50px;
}
.main-title:after, .main-title:before {
  content: "";
  display: inline-block;
  background-image: url('../img/src/icon-title.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 49px;
  height: 17px;
}
.main-title:before {
  margin-right: 15px;
}
.main-title:after {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  margin-left: 15px;
}
.immigration-mode {
  padding: 80px 0;
}
.immigration-mode .item {
  padding: 30px 0;
}
.immigration-mode .item .item-text,.immigration-mode .item .item-img {
  float: left;
  width: 50%;
}
.self-service .item-text {
  padding: 10px 70px 0 30px;
  background: url('../img/src/icon-lbx.jpg') no-repeat left top;
}
.immigration-mode .item-text > p {
  line-height: 26px;
  color: #666;
}
.immigration-mode .item-text h3 {
  margin: 10px 0 20px;
}
.immigration-mode .item-text h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0px 0 20px;
}
.immigration-mode .text-sub {
  padding: 50px 0 0 140px;
  background: url('../img/src/icon-dh.jpg') no-repeat 92px 45px;
}
.immigration-mode .text-sub p {
  line-height: 26px;
  color: #7a7a7a;
}
.hosted .item-text {
  padding: 30px 0px 0 70px;
  background: url('../img/src/icon-lbx.jpg') no-repeat 160px top;
}
.service-introduction {
  padding-bottom: 190px;
  background: url('../img/src/service-bg.jpg') no-repeat center bottom;
}
.service-introduction .pendant1 {
  position: absolute;
  left: 60px;
  bottom: -30px;
}
.service-introduction .pendant2 {
  position: absolute;
  right: 0;
  bottom: -60px;
}
.service-introduction .service-item > img {
  margin-bottom: 30px;
}
.service-introduction .service-item h3 {
  font-size: 16px;
  margin-bottom: 25px;
}
.service-introduction .service-item p {
  line-height: 24px;
  color: #7a7a7a;
}
.service-introduction .service-item ul {
  padding-left: 20px;
}
.service-introduction .service-item ul li {
  line-height: 26px;
  color: #7a7a7a;
  list-style: disc;
}
.basic-service > ul > li {
  float: left;
  width: 50%;
  text-align: center;
  padding: 30px 60px;
}
.upgrade-service > ul > li {
  float: left;
  width: 50%;
  padding: 30px 60px;
}
.upgrade-service .service-item {
  text-align: left;
}
.tab-header1 {
  position: relative;
}
.tab-header1:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #dcecfc;
}
.tab-header1 ul {
  position: relative;
  text-align: center;
  z-index: 2;
  font-size: 0;
}
.tab-header1 ul li {
  display: inline-block;
  font-size: 20px;
  padding: 0 20px;
  background: #fff;
}
.tab-header1 ul li.active a {
  color: #5986F9;
}
.tab-content1 {
  position: relative;
  padding-bottom: 20px;
  margin-top: 60px;
  background: #fff;
  border-radius: 6px;
}
.tab-content1 .tab-item {
  display: none;
}
.service-package {
  min-height: 1120px;
  background: url('../img/src/service-bg.jpg') no-repeat center bottom;
}
.service-package .container {
  filter:alpha(opacity=100);
}
.service-package .item {
  position: relative;
  float: left;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border-bottom: none;
}
.service-package .item:nth-child(1) {
  width: 12%;
}
.service-package .item:nth-child(1) span {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -25px;
  display: inline-block;
  padding-top: 40px;
  font-size: 16px;
}
.service-package .item:nth-child(1) ul li {
  position: relative;
}
.service-package .item:nth-child(1) ul li:nth-child(1) span {
  background: url('../img/src/service-lbx1.jpg') no-repeat center top;
}
.service-package .item:nth-child(1) ul li:nth-child(2) span {
  background: url('../img/src/service-lbx2.jpg') no-repeat center top;
}
.service-package .item:nth-child(1) ul li:nth-child(3) span {
  background: url('../img/src/service-lbx3.jpg') no-repeat center top;
}
.service-package .item:nth-child(1) ul li:nth-child(1) {
  height: 200px;
}
.service-package .item:nth-child(1) ul li:nth-child(2) {
  height: 240px;
}
.service-package .item:nth-child(1) ul li:nth-child(3) {
  height: 440px;
}
.service-package .item:nth-child(2),.service-package .item:nth-child(3),.service-package .item:nth-child(4),.service-package .item:nth-child(5) {
  width: 20%;
  margin-left: -1px;
}
.service-package .item:nth-child(6) {
  width: 8%;
  margin-left: -1px;
}
.service-package .item h3 {
  text-align: center;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  background: #edf2ff;
  border-top: solid 1px #d7e9fc;
  border-left: solid 1px #d7e9fc;
}
.service-package .item:nth-child(2) h3 {
  text-align: left;
  padding-left: 35px;
}
.service-package .item:last-child h3 {
  border-right: solid 1px #d7e9fc;
}
.service-package .item:nth-child(2) ul li {
  text-align: left;
  padding-left: 35px;
}
.service-package .item ul {
  border: solid 1px #d7e9fc;
}
.service-package .item ul li {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-top: solid 1px #d7e9fc;
  background: #fff;
}
.service-package .item ul li:first-child {
  border: none;
}
.service-package .item .yellow-bg {
  background: #fbffed;
}
.service-package .item .red-bg {
  background: #fff1ed;
}
.service-package .service-item:hover {
  box-shadow:0px 4px 20px 0px rgba(222,231,254,1);
  z-index: 2;
  border-radius: 4px;
}
.service-package .service-item:hover h3 {
  position: absolute;
  top: -20px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  color: #fff;
  background: #3c73ff;
  border: solid 1px #3c73ff;
  border-radius: 4px 4px 0 0;
}
.service-package .service-item:hover ul {
  margin-top: 50px;
  border: solid 1px #3c73ff;
}
.service-package .service-item .btn-con {
  display: none;
  height: auto;
  padding: 15px 0;
}
.service-package .service-item:hover .btn-con {
  display: block;
  border-bottom: none;
}
.service-package .btn-con a {
  display: block;
  width: 140px;
  height: 42px;
  line-height: 28px;
  color: #fff;
  margin: 0 auto;
  border-radius: 3px;
}
.service-package .btn-tooltip {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 9px;
  background: url(../img/src/src-tooltips.jpg) no-repeat left bottom;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.service-package .btn-tooltip:hover {
  background: url(../img/src/src-tooltips.jpg) no-repeat left 2px;
}
.service-package .btn-tooltip p {
  display: none;
  position: absolute;
  z-index: 2;
  left: -105px;
  top: -62px;
  width: 240px;
  line-height: 22px;
  height: 64px;
  padding: 10px 20px;
  background: #3c73ff;
  border-radius: 4px;
  color: #fff;
}
.service-package .btn-tooltip p:after {
  border: 6px solid transparent;
  border-top: 6px solid #3c73ff;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -11px;
  right: 122px;
  content: ' ';
}
.service-package .btn-tooltip:hover p {
  display: block;
  top: -72px;
}
.service-price {
  padding: 60px 0 100px;
}
.service-price .price-con {
  float: left;
  width: 65%;
  padding-right: 60px;
}
.service-price .price-con h3 {
  padding-top: 40px;
  font-size: 20px;
  margin-bottom: 5px;
}
.service-price .price-list {
  border-radius: 6px;
  overflow: hidden;
}
.service-price .price-list .item {
  float: left;
}
.service-price .price-list .item:nth-child(1) {
  width: 30%;
}
.service-price .price-list .item:nth-child(2) {
  width: 20%;
}
.service-price .price-list .item:nth-child(3) {
  width: 50%;
}
.service-price .price-list .item h4 {
  text-align: center;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  margin: 0;
  background: #3c73ff;
  border-top: solid 1px #d7e9fc;
  border-left: solid 1px #d7e9fc;
}
.service-price .price-list .item ul {
  border-right: solid 1px #d7e9fc;
  border-bottom: solid 1px #d7e9fc;
}
.service-price .price-list .item:nth-child(1) ul,.service-price .price-list .item:nth-child(2) ul {
  border-right: none;
}
.service-price .price-list .item ul li {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-top: solid 1px #d7e9fc;
  border-left: solid 1px #d7e9fc;
  background: #fff;
}
.service-price .price-con p {
  color: #7a7a7a;
}
.service-price .src-made {
  position: relative;
  float: left;
  width: 35%;
  padding: 40px 70px 0 30px;
  background: url(../img/src/icon-lbx.jpg) no-repeat left top;
}
.service-price .src-made h3 {
  font-size: 20px;
  margin-bottom: 5px;
}
.service-price .src-made p {
  color: #7a7a7a;
  margin-bottom: 20px;
}
.service-price .src-made ul li {
  overflow: hidden;
  font-size: 16px;
  color: #7a7a7a;
  padding: 4px 0;
}
.service-price .src-made .pendant2 {
  position: absolute;
  right: 0;
  bottom: -60px;
}
.service-price .src-made i {
  float: left;
  margin-right: 10px;
}
.service-package .img-con {
  display: none;
}
@media only screen and (max-width: 479px){
  /* .src-wrap {
    width: 1200px;
  } */
  .src-wrap .service-total {
    width: 100%;
  }
  .src-wrap .service-total:after {
    display: none;
  }
  .src-wrap .menu-container .menu-content {
    width: 100%;
  }
  .menu-container .menu-content li {
    width: 33.333%;
  }
  .main-title {
    margin-bottom: 20px;
  }
  .immigration-mode {
    padding: 0;
  }
  .immigration-mode .item .item-text, .immigration-mode .item .item-img {
    width: 100%;
  }
  .immigration-mode .text-sub {
    padding-left: 0;
  }
  .hosted .item-text {
    padding-left: 0;
  }
  .service-package {
    min-height: 400px;
    background: url(../img/src/service-bg.jpg) no-repeat center bottom;
  }
  .service-package .list .item {
    display: none;
  }
  .service-price .price-con {
    width: 100%;
    padding-right: 0px;
  }
  .service-price .src-made {
    width: 100%;
    padding: 40px 70px 0 30px;
    margin-top: 20px;
  }
  .service-package .img-con {
    display: block;
  }
  .hosted .item-img {
    display: none;
  }
  .hosted .item-text {
    padding-left: 30px;
    padding-right: 30px;
  }
  .self-service .item-text {
    padding-right: 30px;
  }
  .src-wrap .service-total {
    padding: 60px 20px 0 20px;
  }
  .src-left {
    width: 100%;;
  }
  .src-right {
    display: none;
  }
  .form-src {
    width: 100%;
  }
  .radio-list li {
    margin-right: 5px;
  }
}