body {
    background: #E6E6E6;
}

.uiwu-box {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-box {
        width: 100%;
        padding: 0 30px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-box {
        width: 100%;
        padding: 0 0.4rem;
    }
}

.uiwu-box-tag {
    font-size: 18px;
    font-weight: 500;
    color: #555555;
    line-height: 33px;
}

.uiwu-box-tag img {
    margin: 0 12px 0 8px;
    height: 14px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-box-tag {
        font-size: 0.4rem;
    }

    .uiwu-box-tag img {
        height: 0.21rem;
        margin: 0 0.27rem 0 0.19rem;
    }
}

.uiwu-box-title h4 {
    font-size: 26px;
    font-weight: bold;
    color: #000000;
    line-height: 38px;
    margin-bottom: 40px;
    margin-top: 35px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-box-title h4 {
        font-size: 22px;
        line-height: 30px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-box-title h4 {
        font-size: 0.55rem;
        flex-wrap: wrap;
        text-align: center;
    }
}

.uiwu-box-title h4 p {
    width: 99px;
    height: 30px;
    border: 2px solid #0CA0F8;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #0D0624;
    line-height: 16px;
    margin-left: 12px;
}

.uiwu-box-title h4 p img {
    margin-right: 3px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-box-title h4 p {
        margin-top: 0.32rem;
        font-size: 0.32rem;
        line-height: 0.64rem;
        margin-left: 0;
    }
}

.uiwu-box-list {
    margin-bottom: 89px;
}

.uiwu-box-list div.p {
    font-size: 20px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-box-list {
        margin-bottom: 1.6rem;
    }
}

.uiwu-box-list div.p {
    font-size: 20px;
    position: relative;
    font-weight: 500;
    color: #000000;
    line-height: 24px;
}

.uiwu-box-list div.p img {
    margin-left: 7px;
    cursor: pointer;
}

.uiwu-box-list div.p img:hover ~ div {
    display: block;
}

.uiwu-box-list div.p div {
    display: none;
    position: absolute;
    width: 250px;
    background-color: #303133;
    z-index: 9;
    top: 32px;
    right: 48%;
    margin-right: -185px;
    border-radius: 10px;
    color: #bfc7cd;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    padding: 20px 30px;
}

.uiwu-box-list div.p div::after {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 10px solid #303133;
    position: absolute;
    left: 50%;
    top: -20px;
    margin-left: -10px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-box-list div.p div {
        right: 200px;
    }

    .uiwu-box-list div.p div::after {
        left: 73%;
        margin-left: 11px;
    }
}

.uiwu-box-list-menu {
    margin-top: 44px;
    justify-content: space-between;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
    .uiwu-box-list-menu {
        flex-wrap: wrap;
    }
}

.uiwu-box-list-menu li {
    width: 437px;
    height: 360px;
    background: #FFFFFF;
    box-shadow: 0px 0px 11px 6px rgba(117, 117, 117, 0.23);
    border-radius: 20px;
    text-align: center;
    position: relative;
    cursor: pointer;
    padding-top: 35px;
    border: 3px solid #FFF;
}

@media screen and (min-width: 1025px) and (max-width: 1379px) {
    .uiwu-box-list-menu li {
        width: calc(100% / 3 - 12px);
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-box-list-menu li {
        width: calc(100% / 2 - 15px);
        margin-bottom: 28px;
    }

    .uiwu-box-list-menu li:last-child {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-box-list-menu li {
        width: 100%;
        margin-bottom: 0.69rem;
        min-height: 7.2rem;
        height: auto;
        padding-bottom: 1.61rem;
        border-width: 0;
    }
}

.uiwu-box-list-menu li .img {
    width: 83px;
    margin: 0 auto;
    position: relative;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-box-list-menu li .img img:nth-child(1) {
        width: 2.21rem;
    }
}

.uiwu-box-list-menu li .img img:nth-child(2) {
    position: absolute;
    right: -5px;
    bottom: -5px;
}

.uiwu-box-list-menu li .name {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
    margin: 20px 0 10px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-box-list-menu li .name {
        font-size: 0.48rem;
        margin: 0.4rem 0 0.2rem;
        line-height: 0.64rem;
    }
}

.uiwu-box-list-menu li .tips {
    font-size: 16px;
    display: block;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-box-list-menu li .tips {
        font-size: 0.32rem;
        line-height: 0.4rem;
        display: block;
    }
}

.uiwu-box-list-menu li .money {
    font-size: 24px;
    font-weight: bold;
    color: #FF4800;
    line-height: 32px;
    margin: 10px 0 0;
}

.uiwu-box-list-menu li .money span {
    font-size: 18px;
    color: #777;
    text-decoration: line-through;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-box-list-menu li .money {
        font-size: 0.56rem;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .uiwu-box-list-menu li .money span {
        font-size: 0.36rem;
        margin-left: 0.1rem;
    }
}

.uiwu-box-list-menu li .youhui {
    font-size: 18px;
    display: block;
    font-weight: bold;
    color: #FF4800;
    line-height: 32px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-box-list-menu li .youhui {
        display: block;
        font-size: 0.36rem;
        line-height: 0.64rem;
    }
}

.uiwu-box-list-menu li .radio {
    height: 67px;
    background: #EFEFEF;
    border-radius: 0 0 20px 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-box-list-menu li .radio {
        height: 1.35rem;
    }
}

.uiwu-box-list-menu li .radio span {
    width: 24px;
    height: 24px;
    background: #FCFCFC;
    border: 2px solid #A8A8A8;
    border-radius: 20px;
}

.uiwu-box-list-menu li.active {
    background: #F2F6FF;
    border: 3px solid #0045FF;
    box-shadow: 0px 0px 11px 6px rgba(117, 117, 117, 0.23);
    border-radius: 20px;
}

.uiwu-box-list-menu li.active .radio {
    background: #E2EAFF;
}

.uiwu-box-list-menu li.active .radio span {
    background: url("../image/video-converter/pc/goumaiye_quan2.png") no-repeat 0 0 #FFF;
    background-size: 100% auto;
    border: 0;
}

.uiwu-box-list-menu li.active:hover {
    border-color: #0045FF;
}

.uiwu-box-list-menu li:hover {
    border-color: rgba(117, 117, 117, 0.23);
}

.uiwu-box-list-bottom {
    margin-top: 18px;
    width: 100%;
    min-height: 152px;
    border-top: 0;
    position: relative;
    background: url("../image/video-converter/pc/goumaiye_xian.png") no-repeat 0 bottom;
    background-size: 100% 152px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-box-list-bottom {
        padding-bottom: 15px;
        background: url("../image/video-converter/ipad/goumaiye_xian_ipad.png") no-repeat 0 bottom;
        background-size: 100% 152px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-box-list-bottom {
        flex-wrap: wrap;
        padding: 0 0.64rem;
        padding-bottom: 0.71rem;
        background: url("../image/video-converter/ios/goumaiye_xian_ios.png") no-repeat 0 bottom;
        background-size: 100% 5.96rem;
    }
}

.uiwu-box-list-bottom ul {
    padding-left: 44px;
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-box-list-bottom ul {
        padding-left: 33px;
        margin-top: 10px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-box-list-bottom ul {
        padding-left: 0;
    }
}

.uiwu-box-list-bottom ul li {
    width: 50%;
    display: flex;
    align-items: center;
    margin: 18px 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-box-list-bottom ul li {
        width: 100%;
        margin: 10px 0;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-box-list-bottom ul li {
        width: 100%;
        margin: 0.24rem 0;
    }
}

.uiwu-box-list-bottom ul li span {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 17px;
    margin-left: 16px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-box-list-bottom ul li span {
        font-size: 0.32rem;
        margin-left: 0.27rem;
    }
}

.uiwu-box-list-bottom .right {
    align-items: flex-end;
    padding-right: 54px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-box-list-bottom .right {
        padding-right: 27px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-box-list-bottom .right {
        padding-right: 0;
        margin: 0.67rem auto 0;
        align-items: center;
    }
}

.uiwu-box-list-bottom .right p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}

.uiwu-box-list-bottom .right p span {
    font-size: 18px;
    color: #FF4800;
    font-weight: bold;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-box-list-bottom .right p {
        font-size: 0.35rem;
        line-height: 0.4rem;
    }

    .uiwu-box-list-bottom .right p span {
        font-size: 0.4rem;
    }
}

/*.uiwu-box-list-bottom .right button {
margin-top: 14px;
width: 160px;
height: 40px;
background: url("/image/avangate.png") no-repeat;
border-radius: 10px;
font-size: 17px;
cursor: pointer;
font-weight: bold;
color: #FFFFFF;
line-height: 32px;
}
.uiwu-box-list-bottom .right button:hover {
background: url("/image/avangate@3x.png");
}*/

.recovery-box-doc-right-img {
    display: flex;
}

.recovery-box-doc-right-img button:nth-child(2) {
    margin-left: 10px;
    background: url("/image/avangate.png") no-repeat;
}

.recovery-box-doc-right-img button:nth-child(2):hover {
    background: url("/image/avangate@3x.png") no-repeat;
}

/*@media screen and (min-width: 768px) and (max-width: 1024px) {
  .uiwu-box-list-bottom .right button {
    width: 271px; }
  .recovery-box-doc-right-img {
    display: flex;
   width: 340px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
.uiwu-box-list-bottom .right button {
  width: 7.92rem;
  height: 0.96rem;
  font-size: 0.35rem;
  line-height: 0.64rem;
}*/
.recovery-box-doc-right-img {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.recovery-box-doc-right-img button:nth-child(2) {
    margin-left: 0px;
    background: url("/image/avangate@2x.png") no-repeat;
    background-size: 100% 100%;
}

.recovery-box-doc-right-img button:nth-child(1) {
    background: url("/image/paypal@2x.png") no-repeat;
    background-size: 100% 100%;
}


.uiwu-box-nav {
    max-width: 1400px;
    margin: 0 auto 100px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-box-nav {
        margin-bottom: 1.33rem;
    }
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
    .uiwu-box-nav ul {
        flex-wrap: wrap;
    }
}

.uiwu-box-nav ul li {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-box-nav ul li {
        flex: none;
        width: 50%;
        margin-bottom: 50px;
    }

    .uiwu-box-nav ul li:last-child {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-box-nav ul li {
        flex: none;
        width: 100%;
        margin-bottom: 1.33rem;
    }

    .uiwu-box-nav ul li:last-child {
        margin-bottom: 0;
    }
}

.uiwu-box-nav ul li img {
    width: 63px;
}

.uiwu-box-nav ul li p {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    line-height: 32px;
    margin: 25px 0 17px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-box-nav ul li p {
        margin-bottom: 5px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-box-nav ul li p {
        margin: 0.4rem 0 0;
        font-size: 0.4rem;
        line-height: 0.64rem;
    }
}

.uiwu-box-nav ul li span {
    font-size: 16px;
    display: block;
    font-weight: 400;
    color: #4074FE;
    line-height: 24px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-box-nav ul li span {
        line-height: 0.48rem;
        font-size: 0.32rem;
    }
}

.red_button_all {
    width: 231px;
    height: 48px;
    background: #FA594B;
    border-radius: 10px;
    color: #FFF;
    font-size: 17px;
    transition: background-color .5s;
    margin-top: 10px;
    cursor: pointer;
}

.red_button_all:hover {
    background: #ff6f62;
}

.promotion {
    width: 80px;
    height: 31px;
    position: absolute;
    top: -1px;
    right: -1px;
    margin: 0;
    padding: 0;
    opacity: 1;
}