:root {
    --color: linear-gradient(30deg, #d54cd0 0%, #9459d4 50%, #025afa 100%);
    --color2: linear-gradient(30deg, #ffffff 0%, #9459d4 50%, #000000 100%);
    --bgcolor: linear-gradient(to right, #60a5fa, #a855f7);
    --bgcolor2: linear-gradient(to right, #a855f7, #3b82f6)
}

input::placeholder {
    color: #fff;
}

body{
    position: relative;
    background: #6e34ae;
    width: 100%;
    height: 100vh;
}
ins.adsbygoogle[data-ad-status="unfilled"] {
  display: none !important;
}
.rotate90{
    transform: rotate(90deg);
}

.header-h{
    background: rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    box-shadow: 0 4px 8px 0 rgb(7 17 27 / 10%);
    overflow: hidden;
}

.header-h h1, .header-h strong {
    display: flex;
    align-items: center;
    font-family: '阿里妈妈刀隶体 Regular';
    font-size: 32px;
    padding: 30px 15px;
}

.header-h h1 a, .header-h strong a {
    color: #fff;
    font-size: 20px;
}

.header-h h1 em, .header-h strong em{
    display: inline-block;
    background:var(--bgcolor);
    width: 60px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 24px;
    margin-right: 10px;
    text-align: center;
}
.header-h h1 span, .header-h strong span{
    font-size: 32px;
}
.header-h h1 i, .header-h strong i{
    font-size: 18px;
    margin: 0 12px;
    color: #fff;
}
.header-h .search{
    position: relative;
    height: 70px;
    background: none;
    display: none;
    align-items: center;
    width: 500px;
    margin: 0;
    padding-right: 18px;
}
.header-h .search input#searchText{
    height: 45px;
    background: rgba(255,255,255,.2);
    border: 1px solid rgba(255, 255, 255, .3);
}
.header-h .search i{
    top: 38px;
    right: 28px;
    cursor: pointer;
    z-index: 5;
}
.header-h .download-btn{
    font-size: 15px;
    margin-right: 15px;
}
.header-h .download-btn i{
    margin-right: 10px;
}
.main-currency{
    margin-top: 50px;
}

.main-currency h1{
    color: rgba(255,255,255,.85);
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}
.main-currency h3{
    color: rgba(255,255,255,.7);
    font-weight: normal;
    font-size: 18px;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 50px;
}
.main-currency h4{
    display: flex;
    justify-content: center;
    position: relative;
    font-size: 24px;
    color: rgba(255,255,255,.85);
    text-align: center;
}
.main-currency h4:after{
    content: "";
    display: block;
    width: 145px;
    height: 4px;
    background: var(--color);
    position: absolute;
    bottom: -10px;
    border-radius: 2px;
}
.main-currency-bg{
    position: relative;
    width: 85%;
    border-radius: 15px;
    background:var(--bgcolor2);
    border: 1px solid #9459d4;
    margin: 40px auto;
}
.main-currency-1{
    display: flex;
    justify-content: space-between;
    background: #855fb9;
    border: 1px solid #bfa4e3;
    width: 100%;
    border-radius: 15px;
    font-size: 16px;
    padding: 40px 30px;
    color: #f0eaf9;
    box-sizing: border-box;
    margin-top: 8px;
}
.main-currency-1 ul{
    position: relative;
    width:420px;
}
.main-currency-1 ul li{
    display: flex;
    align-items: center;
}
.main-currency-1 ul li label{
    width: 60px;
    text-align: right;
    display: inline-block;
}
.main-currency-1 ul li input, 
.main-currency-1 ul li select{
    width: 100%; 
    height: 40px; 
    padding: 8px; 
    margin: 10px 0;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 16px; 
    background: rgba(255,255,255,.2);
    border: 1px solid rgba(255, 255, 255, .3);
    color: rgba(255,255,255,.8);
}
.main-currency-1 ol{
    display: flex;
    flex-wrap: wrap;
}
.main-currency-1 ol li{
    flex: 0 0 25%;
    height: 35px;
    line-height: 35px;
}
.main-currency-1 ol li a{
    color: rgba(255, 255, 255, .8);
    cursor: pointer;
}
.main-currency-1 ol li a:hover{
    text-decoration: underline;
}
.border-sort{
    border: 1px solid rgba(255, 255, 255, .4);
    border-left: none;
    position: absolute;
    top: 97px;
    right: -37px;
    font-size: 20px;
    padding: 10px 8px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
}
.border-sort:hover{
    opacity: .85;
}
.main-currency-1 ul li.border-sort{
    display: none;
}
.result{
    height: 128px;
    width: calc(100% - 520px);
    background: rgba(255,255,255,.2);
    border: 1px solid rgba(255, 255, 255, .3);
    color: rgba(255,255,255,.8);
    border-radius: 10px;
    padding: 30px 30px 20px;
    margin-right: 5px;
    font-size: 16px;
    text-align: left;
}
.result p.font{
    font-family: "阿里妈妈刀隶体 Regular";
    font-size: 38px;
    font-weight: 700;
    height: 80px;
    line-height: 80px;
}
.result .font-1{
    display: flex;
}
.result p.font-2{
    font-size: 14px;
    margin-right: 12px;
}
.opo, .opo2{
    width: 100%;
    font-size: 18px;
    cursor: pointer;
    overflow: hidden;
}
.opo:hover, .opo2:hover{
    text-decoration: underline;
}
.footer{
    text-align: center;
    padding-bottom: 20px;
}
.footer p:nth-child(1){
    font-size: 15px;
    color: rgba(255,255,255,.8);
    padding-bottom: 10px;
}
.footer p:nth-child(1) a{
    color: rgba(255,255,255,.8);
}
@media screen and (max-width: 1000px) {
    .main-currency{
        margin-top: 25px;
    }
    .main-currency h1, .main-currency h3{
        display: none;
    }
    .main-currency-bg{
        width: 92%;
        margin: 20px auto;
    }
    .main-currency-1{
        display: block;
        padding: 20px;
    }
    .main-currency-1 ul{
        width:90%;
    }
    .main-currency-1 ol li {
        flex: 0 0 100%;
    }
    .result{
        width: 100%;
        box-sizing: border-box;
        border: none;
        background: none;
       padding: 20px 10px 5px;
       height: auto;
    }
    .result p.font{
        height: 60px;
        line-height: 60px;
        overflow: hidden;
    }
    .result .font-1{
        display: block;
    }
    .result p.font-2{
        margin-top: 8px;
    }
}