* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 100px;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
input {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

html {
    overflow-y: scroll;

}

@font-face { font-family: "mm"; src: url("../font/HarmonyOS_Sans_SC_Medium.ttf") format("opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: "bb"; src: url("../font/HarmonyOS_Sans_SC_Bold.ttf") format("opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: "ll"; src: url("../font/HarmonyOS_Sans_SC_Light.ttf") format("opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: "rr"; src: url("../font/HarmonyOS_Sans_SC_Regular.ttf") format("opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: "MM"; src: url("../font/MM-Medium.ttf") format("opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: "BB"; src: url("../font/MM-Bold.ttf") format("opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: "LL"; src: url("../font/MM-Light.ttf") format("opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: "RR"; src: url("../font/MM-Regular.ttf") format("opentype"); font-weight: normal; font-style: normal; }

h1,h2,h3,h4,h5,h6,.baseTitle{
    font-family: mm ;
}
p,div,input[type="text"],input[type="button"],textarea{
    font-family: ll;
}
:root {
    overflow-y: auto;
    overflow-x: hidden;
}

:root body {
    position: absolute;
}

body {
    width: 100vw;
    overflow: hidden;
}

body {
    font: 16px/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei",
        "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    color: #333;
    font-size: 12px;
}




/* 去除列表默认样式 */
ul,
ol {
    list-style: none;
}

input {
    outline: none;
}

em,
i {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #333;
}

a:link {
    text-decoration: none !important;
}

a:visited {
    text-decoration: none !important;
}

/* a:hover {
    color: #333;
    text-decoration: none !important;
} */

a:active {
    text-decoration: none !important;
}

a:focus {
    text-decoration: none !important;
}

a {
    -webkit-tap-highlight-color: transparent
}

;

img {
    vertical-align: middle;
}



.handlefw {
    display: flex;
    justify-content: center;
}

.fangwei {
    height: 4.95rem;
    background: url(/images/fwyz1.png);
    background-repeat: no-repeat;
    padding-top: .3rem;
    padding-left: .25rem;
    width: 7.7rem;
    background-size: cover;
}

.fangweitip {
    font-family: '微软雅黑';
    font-size: .14rem;
    color: #000;
}

.fangweiform {
    margin: 1.1rem 0 0 2.22rem;
    width: 2.67rem;
    padding: .4rem 0 0 .1rem;
}

.fwcodelabel {
    font-family: '微软雅黑';
    color: #797979;
    font-size: .14rem;
}

.fwinputbox {
    margin-top: .09rem;
    color: #333;
}

.fwinput {
    border: 0;
    width: 2.3rem;
    /* border: none; */
    font-size: 0.18rem;
    height: 0.3rem;
    background-color: #fff;
}

.fwtriger {
    font-family: '微软雅黑';
    color: #000;
    font-size: .14rem;
    margin-top: .14rem;
    padding-bottom: .25rem;
}

.cxbutton {
    margin-top: .3rem;
}

.cxbutton {
    display: flex;
    justify-content: center;
}

.cxbutton img {
    width: 1.05rem;
    height: .3rem;
}

.fwdata {
    font-weight: bold;
    padding-top: .3rem;
    color: #FF0000;
    font-size: .16rem;
    font-family: '微软雅黑';
}

.fwwxts {
    margin-top: .2rem;
    font-family: '微软雅黑';
    font-size: .14rem;
    color: #000;
    line-height: .25rem;
}

#header11,.foot {
    display: none !important;
}


.fangwei {
    width: 7.7rem;
    height: 5rem;
    position: relative;
    background-image: url(/images/fwbj.jpg);
}
.fangweiform {
    width: 3.96rem;
    height: 2.49rem;
    background-image: url(/images/shuru.png);
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 1.6rem;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0.5rem 0 0 0.8rem;
}

.cxbutton {
    position: absolute;
    margin: 0;
    bottom: 0.4rem;
    left: 50%;
    transform: translateX(-50%);
}

.bottom {
    position: absolute;
    bottom: 0;
    left: 0.25rem;
}


@media screen and (max-width:750px) {
    .fangwei {
        width: 100vw;
        height: 64.3vw;
        background-size: 100% 100%;
        background-position: center -1rem;
    }

    .fangweiform {
        margin: 0.45rem 0 0 1.5rem;
        padding: .6rem 0 0 .1rem;
    }
    .fangweiform {
        width: 3.5rem;
    }

    .fwinput {
        width: 3.5rem;
    }
    .cxbutton {
        margin-top: 0.58rem;
        margin-left: 0.3rem;
    }

    .fwwxts {
        font-size: .16rem;
        margin: 0;line-height: 2;
    }
    .fangweitip {
        font-size: .16rem;
    }

    .fangwei {
        width: 7.5rem;
        height: 4.87rem;
    }

    .fangweiform {
        width: 5rem;
        top: 1rem;
        height: 3.14rem;
        margin: 0;
        padding: 0.7rem 0 0 1rem;
    }
    .fwinput {
        width: 3rem;
    }
    .cxbutton {
        margin: 0;
        bottom: 0.5rem;
    }
    
}