 
.banner {
    height: 46rem;
    width: 100%;
    background: #F4F5F9;
    color: #333;
    font-size: 18px;
    overflow: hidden;
  }
  
  .banner .link {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
  }
  
  .banner .w1200 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  
  .banner .left {
    width: 40%;
    flex-shrink: 0;
  }
  
  .banner .right {
    width: 40%;
    flex-shrink: 0;
  }
  
  .banner .right-img {
    max-width: 50%;
    flex-shrink: 0;
    position: relative;
    height: 100%;
  }
  
  .banner .title {
    font-size: 45px;
  }
  
  .banner .title>div {
    font-size: 15px;
    line-height: 28px;
    padding-top: 20px;
    opacity: .7;
  }
  
  .banner .btn-div {
    display: flex;
    align-items: center;
    margin-top: 35px;
  }
  
  .banner .btn>a[yui-button] {
    background-color: #fff;
    color: #DB3730;
    border-color: rgba(255, 255, 255, .5);
  }
  
  .banner .btn>a[yui-button]:not(.plain):hover {
    background-color: #fff;
    color: #DB3730;
    border-color: transparent;
    ;
  }
  
  .banner .right-button,
  .banner .right-button:hover {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #fff;
    height: auto;
    padding: 0 18px;
  }
  
  .banner .right-button.yellow {
    color: #ffdb49 !important;
    font-weight: 600;
  }
  
  .banner .tip {
    color: rgb(35, 231, 169);
    font-weight: 600;
    margin-left: 18px;
    font-size: 14px;
  }
  
  .banner .tip a {
    color: rgb(35, 231, 169);
    font-weight: 600;
  }
  
  .banner.plain .title {
    text-align: center;
    color: #FEFEFF;
    font-size: 28px;
  }
  
  .banner.plain .title>div {
    font-size: 18px;
    opacity: 1;
  }
  .banner .choose-btn{
    background:#f03131 ;
    border-radius: 1.2rem;
    font-size: 2rem;
  }
  .banner .choose-btn:hover{
    background:#f50707 ;
    color: #cccccc;
  }
  /**************hot-recommend******************************/
  .hot-recommend {
    padding: 64px 0;
    background-color: #fafafc;
  }
  
  .hot-recommend .card .right-top-ribbon {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
  }
  
  .hot-recommend .card:before {
    z-index: 1;
  }
  
  .hot-recommend .card {
    border-radius: 1rem;
  }
  
  .hot-recommend .card .right-top-ribbon:after {
    content: 'HOT';
    right: -70px;
    top: -32px;
    background: #f03131;
    z-index: 0;
  }
  
  .hot-recommend .card .title {
    font-size: 18px;
    font-weight: 600;
  }
  
  .hot-recommend .card .desc {
    margin-bottom: 24px;
    font-size: 12px;
    padding: 16px 0;
    color: #7a8799;
    line-height: 22px;
    border-bottom: 1px solid #e3e4e5;
  }
  
  .hot-recommend .card .price .tip {
    font-size: 12px;
    color: #f23c3c;
    display: inline-block;
    border: 1px solid #f23c3c;
    border-radius: 4px;
    margin-left: 4px;
    padding: 2px 4px;
  }
  
  .hot-recommend .card .row-custom {
    height: 40px;
    display: flex;
    align-items: center;
  }
  
  .hot-recommend .card .row-custom>div:first-child {
    color: #7a8799;
    width: 30%;
    text-align: right;
    margin-right: 2%;
  }
  
  .hot-recommend .card .row-custom>div:last-child {
    font-weight: 600;
  }
  
  .hot-recommend .card .btn {
    width: 100%;
    margin: 24px 0 16px;
    background-color: #F4514A;
    color: #fff;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    font-size: 1.8rem;
  }
  .hot-recommend .card .btn:disabled{
    background-color: #292d33;
  }
  .hot-recommend .card .price span {
    font-size: 24px;
  }
  
  .hot-recommend .remark {
    color: #f23c3c;
    padding-top: 24px;
  }
  
  .block-radio {
    padding-top: 24px;
    display: block !important;
    height: auto !important;
  }
  
  .block-radio .common-radio-part {
    width: 100% !important;
  }
  
  .block-radio .common-radio-group {
    border-color: #F4514A;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
  }
  
  .block-radio .common-radio {
    padding: 6px 0;
    position: relative;
    min-width: 50px;
    text-align: center;
    flex: 1;
    color: #F4514A;
  }
  
  .block-radio .common-radio+.common-radio {
    border-color: #F4514A;
    border-style: solid;
    border-width: 0 0 0 1px;
  }
  
  .block-radio .common-radio.checked {
    background: #F4514A;
    color: #fff;
  }
  
  .block-radio .common-radio .cut-tag {
    position: absolute;
    display: block;
    padding: 2px 4px;
    font-size: 12px;
    white-space: nowrap;
    background: linear-gradient(to right, #ecc081, #f7e7ce);
    border-radius: 0 4px;
    line-height: 1;
    top: 0;
    right: -1px;
    color: #b26800;
    transform: translateY(-70%);
    font-weight: normal;
  }
  
  .block-radio .three-year {
    display: none;
  }
  
  .block-radio .arrow-icon {
    position: absolute;
    right: 8px;
    top: 50%;
    border-width: 6px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #F4514A;
    border-bottom-width: 0;
    transform: translateY(-50%);
  }
  
  .block-radio .common-radio.checked .arrow-icon {
    border-top-color: #fff;
  }
  
  .block-radio .dropdown-panel {
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    background: #fff;
    left: 0;
    border: 1px solid #F4514A;
    color: #F4514A;
    padding: 8px 0;
    border-radius: 0 0 4px 4px;
  }
  
  .block-radio .common-radio:hover .dropdown-panel {
    display: block;
  }
  
  
  .hover-cards .card {
    margin-top: 10px;
    position: relative;
    background-color: #fff;
    padding: 32px 24px;
    text-align: center;
    border-left: 1px solid #e3e4e5;
    transition: .3s;
  }
  
  
  
  .hover-cards .card:hover {
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(6, 38, 78, 0.1);
    z-index: 1;
    border-left-color: transparent;
  }
  
  .hover-cards .card:hover+.card {
    border-left-color: transparent;
  }
  
  .hover-cards .card:hover:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    top: -1px;
    left: 0;
    background-color: #F4514A;
  }
  
  .hover-cards .card:hover .btn {
    background-color: #F4514A;
    color: #fff;
  }
  
  .hover-cards2 {
    /* display: flex;
    flex-wrap: wrap;*/
  }
  
  .hover-cards2 .card {
    position: relative;
    background-color: #fff;
    padding: 32px 24px;
    text-align: center;
    border-left: 1px solid #e3e4e5;
    transition: .3s;
  
  }
  
  .hover-cards2 .support-box {
    padding: 1.5rem;
  }
  
  .hover-cards2 .card:hover {
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(6, 38, 78, 0.1);
    z-index: 1;
    border-left-color: transparent;
  }
  
  .hover-cards2 .card:hover+.card {
    border-left-color: transparent;
  }
  
  .hover-cards2 .card:hover:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    top: -1px;
    left: 0;
    background-color: #F4514A;
  }
  
  .hover-cards2 .card:hover .btn {
    background-color: #F4514A;
    color: #fff;
  }
  
  .common-radio-part .common-radio-group {
    display: flex;
  }
  
  .common-radio-part .common-radio-group .common-radio {
    /* cursor: pointer; */
  }
  
  .common-radio-part .common-radio-group .common-radio.disabled {
    cursor: not-allowed;
  }
  
  .common-radio-part .common-radio-panel-group {
    margin-top: 24px;
  }
  
  .common-radio-part .common-radio-panel:not(.checked) {
    display: none;
  }
  
  .cloud-server-price {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 24px;
    line-height: 1;
    border-top: 1px solid #e3e4e5;
    padding-top: 20px;
  }
  
  .cloud-server-price .now {
    color: #d7001d;
  }
  
  .cloud-server-price .now .num {
    font-size: 28px;
    font-weight: 600;
  }
  
  .cloud-server-price .old {
    margin-left: 12px;
    text-decoration: line-through;
    color: #cccccc;
    transform: translateY(-1px);
  }
  
  .hot-recommend .title {}
  
  .hot-recommend .title-shadow {
    font-size: 7.2rem;
    font-weight: bold;
    color: #EFEFEF;
    line-height: 1;
    text-align: center;
    position: relative;
    z-index: 2;
    top: 3rem;
  }
  
  .hot-recommend .title-text {
    font-size: 4rem;
    font-weight: 600;
    color: #333333;
    line-height: 1;
    text-align: center;
    z-index: 3;
    position: relative;
  }
  
  .hot-recommend .title-small {
    text-align: center;
    font-size: 2rem;
    font-weight: normal;
    color: #818191;
    line-height: 1;
    margin-top: 3.5rem;
  }
  /*****************/
  
  .common-question {
    padding: 64px 0;
    background: url('/assets/zrx_front/images/qa-bg.png') center center no-repeat;
    background-size: cover;
    margin-top: 8rem;
  }
  
  .common-question .card {
    padding: 16px 24px;
    margin-bottom: 24px;
  }
  
  .common-question .card:last-child {
    margin-bottom: 0;
  }
  
  .common-question .card:hover {
    border: 1px solid #d7001d;
  }
  
  .common-question .card .top {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  
  .common-question .card .top>div {
    flex-grow: 1;
    margin: 0 24px;
    font-size: 16px;
    position: relative;
  }
  
  .common-question .card .top>div:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    left: -24px;
    top: 10px;
    background-color: #292d33;
  }
  
  .common-question .card .yIcon {
    background-color: #d7001d;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    padding: 2px;
  }
  
  .common-question .card .yIcon.icon-reduce-plain {
    display: none;
  }
  
  .common-question .card .bottom {
    border-top: 1px solid #ebeef5;
    margin-top: 16px;
    padding: 16px 0 0 24px;
    line-height: 26px;
    color: #555;
    display: none;
  }
  
  .common-question .card .bottom>span {
    color: #d7001d;
  }
  
  .common-question .card.checked {
    border: 1px solid #F3837E;
    background-color: #F3837E;
    color: #fff;
  }
  
  .common-question .card.checked .top>div:before {
    background-color: #fff;
  }
  
  .common-question .card.checked .bottom {
    color: rgba(255, 255, 255, .8);
    border-top: 1px solid rgba(255, 255, 255, .4);
  }
  
  .common-question .card.checked .icon-add-plain {
    display: none;
  }
  
  .common-question .card.checked .icon-reduce-plain {
    display: block;
    color: #F3837E;
    background-color: #fff;
  }
  
  .common-question .card a[yui-link] {
    color: #fff !important;
    position: relative;
  }
  
  .common-question .card a[yui-link]:hover:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    left: 0;
    bottom: 5px;
  }
  .common-question .title {
    margin-bottom: 6rem;
  }
  
  .common-question .title-shadow {
    font-size: 7.2rem;
    font-weight: bold;
    color: #EFEFEF;
    line-height: 1;
    text-align: center;
    position: relative;
    z-index: 2;
    top: 3rem;
  }
  
  .common-question .title-text {
    font-size: 4rem;
    font-weight: 600;
    color: #333333;
    line-height: 1;
    text-align: center;
    z-index: 3;
    position: relative;
  }
  
  .common-question .title-small {
    text-align: center;
    font-size: 2rem;
    font-weight: normal;
    color: #818191;
    line-height: 1;
    margin-top: 3.5rem;
  }