﻿@charset "utf-8";
/* CSS Document */


/*登录页面*/
#load {
    position: relative;
    margin: 200px auto 50px auto;
    left: 0px;
    right: 0px;
    width: 500px;
    height: 200px;
}

    #load ul li {
        margin: 15px auto auto auto;
        width: 500px;
        text-align: center;
        color: #666;
        list-style: none;
    }

.loadtitle {
    font-size: 15px;
    margin-bottom: 35px !important;
    margin-left: -50px !important;
}

.nbutton {
    color: #666;
    width: 100px;
    height: 30px;
    margin-left: -80px !important;
}

.userpsw {
    margin-left: 0px !important;
}

    .userpsw input {
        width: 150px;
    }
/*后台管理主页面*/

.wdivtop { /*内容外块div*/
    position: relative;
    top: 150px;
    margin-bottom: 100px !important;
}

.mztstyle * { /*内容字体重新定义*/
    list-style: none;
    font-size: 13px;
    text-decoration: none;
    color: #666;
}


.mainbg { /*内容内div重新定义背景*/
    background-image: none !important;
    background-color: #fff;
    margin-top: 0px !important;
}

#maintitle { /*管理页顶部内容div*/
    position: relative;
    margin: auto;
    height: 50px;
    width: 95%;
}

    #maintitle * { /*管理页顶部内容div*/
        line-height: 50px;
        list-style: none;
        font-size: 13px;
        text-decoration: none;
        color: #666;
    }

.mainpage { /*管理页顶部导航div ul li*/
    margin: auto auto auto 30px;
}

    .mainpage * { /*管理页顶部导航div ul li*/
        margin: auto 5px auto auto;
    }

    .mainpage a:hover { /*管理页顶部导航div ul li*/
        color: #39F !IMPORTANT;
        cursor: pointer;
    }

.username { /*管理页顶部用户名div ul li*/
    margin: -50px 0px auto 900px;
}


/*图片文字链接*/
.ptl ul {
    margin: 30px auto auto 60px;
    float: left;
}
    .ptl ul li input {
        width: 300px;
    }

.ptlheight {
    height: 625px;
    overflow: hidden;
}

.checkbw input {/*checkbutton宽*/
                position: relative;
          width:30px!important;
          top:2px!important;
          left:-7px;
}


.prodiv { /*产品管理*/
    width: 1000px;
    margin: 50px auto auto auto;
}

    .prodiv * { /*产品管理*/
        font-size: 13px;
        font-family: "宋体";
        list-style: none;
    }

.addpro {
    position: relative;
    width: 100%;
    left: -41px;
}

    .addpro li {
        float: left;
        width: 333px;
        height:30px;
        overflow: hidden;
        background-color: #507CD1;
        border: none;
        text-align:center; 
    }
    .addpro li input{
        width: 250px;
        height:20px;
        margin-top:2px;
        text-align:center;        
    }

.addpro2 li {
    width: 250px!important;  
}
    .addpro2 li input{
        width: 180px!important;       
    }







.mainlist {
    position: relative;
    margin: auto;
    width: 95%;
}

    .mainlist ul {
        position: relative;
        width: 100%;
        height: 30px;
        margin: 20px auto auto 30px;
    }

        .mainlist ul li {
            float: left;
            line-height: 30px;
            color: #666;
            font-size: 13px;
            list-style: none;
        }

            .mainlist ul li a {
                line-height: 30px;
                color: #666;
                padding-left: 20px;
                padding-right: 20px;
                display: block;
                height: 30px;
                text-decoration: none;
                font-size: 13px;
            }

                .mainlist ul li a:hover {
                    line-height: 30px;
                    color: #FFF;
                    background-color: #39F;
                    text-decoration: none;
                    border-radius: 10px;
                    cursor: pointer;
                }


/*单页更新*/
.singlepagemain {
    margin: 30px auto auto auto;
    position: relative;
    left: 0;
    right: 0;
    width: 700px;
    height: 650px;
}
.singlepagemainpro {
    width: 880px!important;
    height: 750px!important;
}

    .singlepagemain ul li {
        text-align: center;
    }

.singlenewsmain {
    margin: 30px auto auto auto;
    position: relative;
    left: 0;
    right: 0;
    width: 700px;
    height: 660px;
}

    .singlenewsmain ul li {
        text-align: center;
    }

.keydes ul {
    margin: 30px auto auto 60px;
    float: left;
}

    .keydes ul li {
        color: #666;
        margin-bottom: 20px;
        list-style:none;
        font-size:13px;
    }

        .keydes ul li textarea {
            width: 700px;
            height: 80px;
            vertical-align: top;
        }

        .keydes ul li input {
            width: 700px;
            vertical-align: top;
        }

.keydesbutton {
    color: #666;
    width: 100px !important;
    margin-left: 50px !important;
}
