@font-face {
    font-family: Microsoft YaHei; /*这里是说明调用来的字体名字*/
    src: url('../assets/font/msyh.ttf'); /*这里是字体文件路径*/
}
html,body{
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
    font-family: Microsoft YaHei;
}
pre {
    font-family: Microsoft YaHei;
}
*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}
button{
    cursor:pointer
}
input,textarea,select {
    outline:none;
}
select{
    appearance:none;  
   -moz-appearance:none;  
   -webkit-appearance:none;
    background: url("../assets/image/yy.png") no-repeat 60px 5px;
    background-size: 14px;
    padding-right: 14px;
    border: none;	
    border-bottom: 1px solid #666666;
    line-height: 24px;
  }
select::-ms-expand { display: none; }
a,a:hover,a:visited {
    text-decoration: none;
    color:#333333;
}
.popstyle tr,.popstyle div,.popdiv {
    /* background-color: #ffffff; */
}
.popstyle tr:hover,.popstyle div:hover,.popdiv:hover {
    background-color: #efefef;
}
.gjsou {
    float:right;margin-top:6px;
}
.gjsou a,.gjsou a:hover,.gjsou a:visited {
    color:#ff0000;
}
.rightico {
 position: fixed;
    right:20px;
    top:360px;
    width:46px;
    background-color: #fdd6d8;
    z-index: 99998;
}
.rightico div {
    text-align: center;
}
.rightico div:hover{
    background-color: #950006;
}
.rightico img {
    width:39px;
    margin:4px 0px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #c0c0c0;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #c0c0c0;
}

input:-ms-input-placeholder{
    color: #c0c0c0;
}

input::-webkit-input-placeholder{
    color: #c0c0c0;
}
/* 弹窗部分 */
.con{
    width:100%;
    height:100%;
    background-color: rgba(90,90,90,0.5);
    position:fixed;
    z-index: 99999;
    top:0;
}
#msg{
    position:absolute;
    top:25%;
    left:35%;
}
.info_message {
    color: #000;
    background:#fcfcfc;
    height: 200px;
    display: inline-block;
    width:400px;
    border-radius: 6px;
}
#alertSure,#alertCancel{
    position:absolute;
    bottom: 20px;
    width: 90px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #950006;
    color: #fff;
    cursor:pointer;
    border-radius:5px;
}
#alertSure{
    right:130px;
}
#alertCancel{
    right:20px;
}
.detail_message{
    width:350px;
    height:115px;
    text-align:center;
    /* overflow: hidden; */
    overflow: auto;
    display:inline-block;
    padding:10px;
    margin-left:15px;
    color:#666666;
    font-size: 18px;
    line-height: 30px;
}
#alertSure:hover,#alertCancel:hover{
    background-color:#fdd6d8;
}
.alertTitle{
    height:38px;
    line-height: 38px;
    font-size: 18px;
    padding-left:20px;
    color:#ffffff;
    background-color:#960006;
}
/* 留言弹窗 */
.liuyan_con{
    width:100%;
    height:100%;
    background-color: rgba(90,90,90,0.5);
    position:fixed;
    z-index: 99999;
    top:0;
}
#liuyan_msg{
    position:absolute;
    top:20%;
    left:30%;
}
.liuyan_message {
    color: #000;
    display: inline-block;
    width:600px;
    border-radius: 6px;
}
.liuyan_form {
    height:400px;
    font-size:18px;
    color:#666666;
    background-color: #ffffff;
    padding:20px;
}
.liuyan_left {
    width:180px;
    height:40px;
    clear:both;
    line-height: 40px;
    text-align: right;
    margin-right:10px;
    float: left;
    margin-bottom: 6px;
}
.liuyan_left span {
    color: #ff0000;
}
.liuyan_right {
    width:350px;
    line-height: 40px;
    float: left;
    margin-bottom: 6px;
}
.liuyan_right input {
    width:300px;
    height:30px;
    line-height: 30px;
    color:#666666;
    padding-left:6px;
    border:1px solid #d0d0d0;
    border-radius: 6px;
}
.liuyan_right textarea {
    width:300px;
    height:180px;
    font-size: 18px;
    line-height: 30px;
    border:1px solid #d0d0d0;
    padding:6px;
    border-radius: 6px;
}
#lySure,#lyCancel{
    position:absolute;
    bottom: 20px;
    width: 90px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #950006;
    color: #fff;
    cursor:pointer;
    border-radius:5px;
}
#lySure{
    right:130px;
}
#lyCancel{
    right:20px;
}