﻿/* 全局 */

* {
    margin: 0;
    padding: 0;
}


/* @font-face {
	src: url(../font/pingfang.TTF);
	font-family: "pf";
} */

em i {
    font-style: normal;
}

img {
    width: 100%;
    -webkit-user-drag: none;
}

a {
    color: black;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

html,
body {
    width: 100%;
    position: relative;
}

#cnzz_stat_icon_1276877084 {
    position: absolute;
    bottom: 15px;
    left: 48%;
}

li {
    list-style-type: none;
}

a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}


/*清除浮动*/

.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearfloat {
    zoom: 1
}

.flex {
    display: flex;
    justify-content: space-between;
    width: 45%;
    padding-bottom: 2%;
    border-bottom:1px solid white;
}

.flex li a {
    color: #fff;
}


/*悬浮*/

.xf {
    width: 3%;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 3;
}

.xf ul li {
    background: rgba(0, 0, 0, .5);
    width: 80%;
    margin-top: 9.2%;
    transition: all 1s;
    height: 44px;
}

.xf ul li a img {
    width: 35%;
    display: block;
    margin: 0 auto;
    padding-top: 30%;
}

.xf ul li:nth-child(2) {
    position: relative;
}

.xf ul li:nth-child(2):hover .xf1 {
    visibility: visible;
    opacity: 1;
    right: 44px;
    transition: all 1s;
}

.xf ul li:nth-child(1) {
    position: relative;
}

.xf ul li:nth-child(1):hover .xf3 {
    visibility: visible;
    opacity: 1;
    right: 44px;
    transition: all 1s;
}

.xf3 {
    position: absolute;
    right: -173px;
    top: 0px;
    width: 150px;
    height: 44px;
    line-height: 44px;
    background-size: 100% 100%;
    visibility: hidden;
    opacity: 0;
    padding-right: 37%;
    text-align: center;
    transition: all 1s;
    background: #113581;
}

.xf1 {
    position: absolute;
    right: -173px;
    top: 0px;
    width: 150px;
    height: 44px;
    line-height: 44px;
    background-size: 100% 100%;
    visibility: hidden;
    opacity: 0;
    padding-right: 37%;
    text-align: center;
    transition: all 1s;
    background: #113581;
}

.xf3 p {
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin-top: 2%;
}

.xf1 p {
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin-top: 2%;
}

.xf ul li:nth-child(3) {
    position: relative;
}

.xf ul li:hover {
    background-color: #113581;
}

.xf2 {
    position: absolute;
    width: 143px;
    right: -160px;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    transition: all 1s;
    z-index: -111;
}

.xf ul li:nth-child(3):hover .xf2 {
    visibility: visible;
    opacity: 1;
    transition: all 1s;
    right: 47px;
}


/*悬浮结束*/

.minbox {
    min-width: 320px;
    max-width: 1200px;
    margin: auto;
}


/* a,
span,
p,
div,
strong {
	font-family: 'pf';

} */

.inpbox {
    float: right;
    width: 43%;
    margin-top:4%;
}

.top {
    display: flex;
    justify-content: space-between;
}

.one {
    display: flex;
    justify-content: space-between;
    width: 45%;
}

.one p {
    color: #ffffff;
    font-size: 16px;
    width: 21%;
    margin-top: 5%;
}

.one #txtName {
    outline: none;
    background: #ffffff;
    border: none;
    width: 80%;
    line-height: 43px;
}

.two {
    display: flex;
    justify-content: space-between;
    width: 45%;
}

.two p {
    color: #ffffff;
    font-size: 16px;
    width: 21%;
    margin-top: 5%;
}

.two #txtUserPhone {
    outline: none;
    background: #ffffff;
    border: none;
    width: 80%;
    line-height: 43px;
}

.z {
    margin-top: 4%;
    display: flex;
    justify-content: space-between;
}

.z p {
    color: #ffffff;
    font-size: 16px;
    margin-top: 2%;
    width: 10%;
}

.z #txtContent {
    outline: none;
    background: #ffffff;
    border: none;
    width: 91%;
    height: 124px;
    resize: none;
    padding: 2% 0 0 2%;
    box-sizing: border-box;
}

.bot {
    margin-top: 4%;
}

.bot #BtnSave {
    display: block;
    width: 62px;
    line-height: 26px;
    background: #1f317d;
    color: #ffffff;
    font-size: 14px;
    outline: none;
    border: none;
    float: right;
}

@media screen and (max-width: 1200px) {
    .webContainerTable {
        min-width: 320px;
        max-width: 1200px;
        margin: auto;
        margin-bottom: 10% !important;
    }
    .contant {
        margin-bottom: 20%;
    }
    .xf {
        display: none;
    }
    .abbox {}
}