﻿@charset "utf-8";

/* CSS Document */
/* 全局属性 */
body {
    padding: 0;
    margin: 0;
    font: 12px/1.5 "微软雅黑", "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial, "宋体" !important;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #666;
}

input {
    vertical-align: middle;
    font-family: "微软雅黑";
    background: #fff
}

div,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
dl,
dt,
dd,
input {
    padding: 0;
    margin: 0;
}

img,
input {
    border: none;
}


/*PC端样式【任务列表】*/
.companyname {
    text-align: center;
    color: #fff;
}

.companyname h1 {
    font-size:36px;
    font-weight: bold;
    padding:40px 0
}

.companyname p {
    font-size: 20px
}


.log_con {
    width:480px;
    margin: 0 auto;
    background: #fff;
    padding: 0 25px;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.1);
}

.lonin_title {
    height:70px;
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
}

.lonin_title li {
    float: left;
    font-size:20px;
    line-height:70px;
    width: 50%;
    text-align: center;
    cursor: pointer;
    color: #666;
}

.lonin_title li i {
    font-size:22px;
    margin-right: 5px;
}

.lonin_title .hoverss {
    color: #f23521;
    border-bottom: 2px #f23521 solid;
    height:68px;
    font-weight: bold;
}

.hoverss i {
    font-weight: normal;
}

.forcon {
    padding: 20px 0 40px 0;
}

.inpust {
    text-align: center;
    margin-top:30px;
}

.inpust input {
    width:310px;
    height:45px;
    border: 1px solid #dedede;
    font-size:16px;
    padding: 0 10px;
    font-weight: normal;
}

.buttonst {
    text-align: center;
    margin:35px 0 33px 0;
}

.buttonst input {
    width: 332px;
    height:48px;
    background: #f23521;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    border-radius: 3px;
}

.buttonst input:hover {
    background: #f23521;
}

.reweima {
    padding:49px 0;
    display: none;
}

.eimg {
    width:150px;
    height: 150px;
    border: 1px solid #DEDEDE;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
}

.eimg img {
    width: 150px;
    height: 150px;
}

.titsdaa {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    color: #666;
    padding: 10px 0;
}


.wapbag {
    width: 100%;
    background: rgb(245, 245, 245);
    position: fixed;
    bottom:0;
    left:0;
    z-index:-1;
    overflow: hidden;
}

.wapbag img{
    width:100%;
    height:100%;
}


/*系统选择页面*/
.honewap{
    width:1100px;
    margin:0 auto;
}

.con_top{
    display: flex;
    height:60px;
}

.logo_ad{
    width:600px;
    height:65px;
}

.admin_ad{
    flex: 1;
    color: #fff;
    height:65px;
    line-height: 65px;
    font-size:26px;
    text-align:right;
}

.admin_ad span{
    display: inline-block;
    width:65px;
    height:65px;
    border-radius:65px;
    background: #6782f8;
    text-align:center;
    line-height:65px;
    margin-right:5px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    overflow:hidden;
}

.admin_ad span i{
    font-size:36px;
}


.admin_ad span:hover{
    background: #6782f850;
}


.cone_style{
    padding:65px 0;
    display:flex;
}

.mokuan_left{
  width:720px;  
  margin-right:30px;
}

.mokuan_left a{
    display:block;
}

.left_a{
    display: flex;
}

.left_a div{
    background: #1960e0;
    height:250px;
    text-align:center;
    cursor: pointer;
}


.left_a div h1{
    height:120px;
    padding-bottom:15px;
    margin-top:40px;
    line-height:130px;
}

.left_a div h1 i{
    color:#fff;
    font-size:116px;
    font-weight:normal;
}

.left_a div h2{
    color:#fff;
    font-size:24px;
    font-weight:normal;
}

.left_a div:nth-child(1){
    margin-right:30px;
    width:390px;
}

.left_a div:nth-child(2){
    background: #2e9d2e;
    flex:1;
}


.left_b{
    display: flex;
    padding-top:30px;
}

.left_b div{
    width:50%;
    height:200px;
    background: #be2ecb;
    text-align: center;
    transition: all 0.5s ease 0s;
}

.left_b div:hover{
    box-shadow:0 0px 30px rgba(0, 0, 0, 1);
    transition: all 0.5s ease 0s;
}

.left_a div:hover{
    box-shadow:0 0px 30px rgba(0, 0, 0, 1);
    transition: all 0.5s ease 0s;
}

.left_a div:hover h1{
    padding-bottom:25px;
    margin-top:30px;
    transition: all 0.5s ease 0s;
}


.left_b div:hover h1{
    padding:20px 0 20px 0;
    transition: all 0.5s ease 0s;
}


.left_b div h1{
    font-weight:normal;
    height:90px;
    line-height:90px;
    padding:30px 0 10px 0;
}

.left_b div h1 i{
    font-size:90px;
    color:#fff;
}

.left_b div h2{
    color:#fff;
    font-size:24px;
    font-weight:normal;
}

.left_b div:nth-child(1){
    margin-right:15px;
}

.left_b div:nth-child(2){
    background:#1f819a;
    margin-left:15px;
}

.mokuan_right{
    background:#f83f3f;
    flex: 1;
    text-align:center;
    transition: all 0.5s ease 0s;
    cursor: pointer;
}

.mokuan_right a{
    display:block;
}

.mokuan_right h1{
    padding:120px 0 5px 0;
}

.mokuan_right h1 i{
    color:#fff;
    font-size:96px;
}

.mokuan_right h2{
    font-size:26px;
    font-weight:normal;
    color:#fff;
}

.mokuan_right:hover{
    box-shadow:0 0px 30px rgba(0, 0, 0, 1);
    transition: all 0.3s ease 0s;
}

.mokuan_right:hover:hover h1{
    padding:110px 0 15px 0;
    transition: all 0.3s ease 0s;
}

.cpoysty{
    text-align:center;
    font-size:14px;
    height:60px;
    background: rgba(103, 130, 243, 0.1);
    line-height:60px;
    color:rgb(150, 150, 151);
    margin-top:40px;
    margin-bottom:20px;
}


