.iconfont {
    font-family: "iconfont", serif !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.ann-width-full {
    width: 100%;
    max-width: 100%;
}

.ann-v-c {
    display: flex !important;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.ann-horizontal {
    display: flex;
    flex-direction: row;
}

.ann-vertical {
    display: flex;
    flex-direction: column;
}

.ann-half-inline {
    display: inline-block !important;
}

.ann-iconfont {
    width: 14px;
    height: 14px;
}

.ann-margin-top-50px {
    margin-top: 50px;
}

.ann-margin-top-30px {
    margin-top: 30px;
}

.ann-margin-top-20px {
    margin-top: 20px;
}

.ann-margin-top-10px {
    margin-top: 10px;
}

.ann-margin-top-5px {
    margin-top: 5px;
}

.ann-margin-v-50px {
    margin: 50px 0;
}

.ann-margin-v-30px {
    margin: 30px 0;
}

.ann-margin-v-20px {
    margin: 20px 0;
}

.ann-margin-v-10px {
    margin: 10px 0;
}

.ann-margin-v-5px {
    margin: 5px 0;
}

.ann-margin-h-50px {
    margin: 0 50px;
}

.ann-margin-h-30px {
    margin: 0 30px;
}

.ann-margin-h-20px {
    margin: 0 20px;
}

.ann-margin-h-10px {
    margin: 0 10px;
}

.ann-margin-h-5px {
    margin: 0 5px;
}

.ann-margin-16 {
    margin: 16px;
}

.ann-v-20 {
    height: 20px;
}

.ann-h-20 {
    width: 20px;
}

.ann-option-round-big {
    width: 300px;
    max-width: 100%;
    border-radius: 5px;
    background: #f7c558; /* Old browsers */
    background: -moz-linear-gradient(top, #f7c558 0%, #e26f25 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f7c558 0%, #e26f25 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f7c558 0%, #e26f25 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7c558', endColorstr='#e26f25', GradientType=0); /* IE6-9 */
    padding: 15px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
    z-index: 10;
    margin: 8px 0;
}

.ann-larger {
    font-size: larger;
}

.ann-larger-xx {
    font-size: xx-large;
}

.ann-larger-xxx {
    font-size: xxx-large;
}

.ann-bolder {
    font-weight: bolder;
}

.ann-color-txt {
    color: #183059;
    -webkit-animation: huerotate 30s linear infinite;
    animation: huerotate 30s linear infinite;
    background: -webkit-gradient(linear, left top, right top, from(#f7c558), to(#e26f25));
    background: linear-gradient(to right, #f7c558, #e26f25);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ann-color-red {
    color: red;
}

.ann-pay {

}

.ann-pay .item {
    height: 100px;
    max-width: 100%;
    border: 1px solid #D3DCE6;
    padding: 7px 19px;
    box-sizing: border-box;
    display: flex;
    margin: 10px 12px 10px 0;
    position: relative;
    align-content: center;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.ann-pay .item img {
    height: 40px;
    max-width: 100%;
    max-height: 100%;
}

.ann-pay .item .icon {
    width: 72px;
    height: 72px;
    max-width: 100%;
    max-height: 100%;
}


.ann-pay .item .title {
    font-weight: bolder;
    font-size: larger;
}

.ann-pay .item.select {
    border: 2px solid #3185FF;
}

.ann-pay .item.select::after {
    content: "";
    box-sizing: border-box;
    border: 15.14px solid transparent;
    border-left-color: #3185FF;
    display: inline-block;
    position: absolute;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=45);
    transform: rotate(45deg);
    bottom: -16.14px;
    right: -16.14px;
}

.ann-pay .item.select::before {
    content: "\e64a";
    font-family: "iconfont", serif !important;
    /*font-size: 16px;*/
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    font-size: 8px;
    bottom: 0;
    right: 0px;
    line-height: 8px;
    color: #fff;
    z-index: 2;
}

.ann-pay-panel {

}

.ann-pay-panel .block {
    width: 200px;
    height: 200px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    box-sizing: border-box;
}

.ann-pay-panel .block.select::after {
    content: "";
    box-sizing: border-box;
    border: 24px solid transparent;
    border-left-color: #3185FF;
    display: inline-block;
    position: absolute;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=45);
    transform: rotate(45deg);
    bottom: -24px;
    right: -24px;
}

.ann-pay-panel .block.select::before {
    content: "\e64a";
    font-family: "iconfont", serif !important;
    /*font-size: 16px;*/
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    font-size: 24px;
    bottom: 0;
    right: 0px;
    line-height: 18px;
    color: #fff;
    z-index: 2;
}


.ann-pay-panel .gogogo {
    width: 200px;
    height: 45px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.ann-pay-panel .gogogo .icon {
    width: 32px;
    height: 32px;
    color: white;
}

.ann-pay-panel .gogogo .text {
    color: white;
    font-size: larger;
}

.ann-pay-panel .block img {

}

.ann-pay-panel .wxpay .block {
    border: 1px solid #00b700;
}

.ann-pay-panel .wxpay .block.select::after {
    border-left-color: #00b700;
}

.ann-pay-panel .wxpay .block img {
    /*border: 1px solid #00b700;*/
    /*width: 150px;*/
    /*height: 150px;*/
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.ann-pay-panel .wxpay .gogogo {

}

.ann-pay-panel .wxpay .gogogo .text {
    color: #2ca339;
}

.ann-pay-panel .alipay .block {

}

.ann-pay-panel .alipay .block img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.ann-pay-panel .alipay .gogogo {

}

.ann-pay-panel .alipay .gogogo .text {
    color: #009fe8;
}

.ann-img-card {

}

.ann-img-card:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

.ann-img-card:hover .main-cover {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}