﻿body {
    width: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 12px;
    background-color: #fff;
    font-family: 微软雅黑,Arial,宋体;
    overflow-x: hidden;
    overflow-y: auto;
}

input[type=button], input[type=submit], input[type=file], button {
    cursor: pointer;
    -webkit-appearance: none;
}

html {
    margin: 0px;
    padding: 0px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

ul {
    padding: 0px;
    margin: 0px;
}

div {
    padding: 0px;
    margin: 0px;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
}

li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}


.none {
    display: none;
}

.txt {
    height: 27px;
    line-height: 27px;
    border: 1px solid #e9e7e7;
}

.chk {
    border: 1px solid #e9e7e7;
    line-height: 27px;
}

.txt_m {
    line-height: 27px;
    border: 1px solid #e9e7e7;
}

.txt_date {
    height: 27px;
    line-height: 27px;
    border: 1px solid #e9e7e7;
    background-color: #fdfa9c;
    background: url("../images/date.png") no-repeat 0px -10px;
    background-position: right;
}

.ddl {
    height: 30px;
    border: 1px solid #e9e7e7;
}

.txt_select {
    height: 27px;
    line-height: 27px;
    border: 1px solid #e9e7e7;
}



.grvhead {
    background-color: #f0fafc;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #333;
}

    .grvhead a:link {
        text-decoration: none;
        color: #333;
    }

    .grvhead a:hover {
        text-decoration: underline;
        color: #19d9b4;
    }

    .grvhead a:visited {
        text-decoration: none;
        color: #333;
    }

    .grvhead a:active {
        text-decoration: none;
        color: #333;
    }

.grvback {
    background-color: #E5E5E5;
}

    .grvback td {
        white-space: normal;
    }

    .grvback th {
        text-align: center;
    }

    .grvback tr:hover {
        cursor: pointer;
    }

.row1 {
    background-color: #ffffff;
    height: 28px;
    line-height: 28px;
}

.row2 {
    background-color: #fff;
    height: 28px;
    line-height: 28px;
}

.row3 {
    background-color: #fdfa9c;
    height: 28px;
    line-height: 28px;
}

.hoverrow {
    background-color: #666666;
    height: 28px;
    line-height: 28px;
}

.normalrow {
}



.all_part {
}

    .all_part .top_part {
        height: 60px;
        background-color: rgba(25, 217, 180, 1);
        text-align: left;
        z-index: 1001;
        width: 100%;
        border-bottom: 2px solid #E4e4e4;
    }

    .all_part .center_part {
        position: relative;
    }

        .all_part .center_part .left_part {
            width: 195px;
            position: absolute;
            left: 0px;
            z-index: 1000;
            background-color: #fff;
            border-right: 0px solid #cacaca;
            height: 900px;
        }

        .all_part .center_part .right_part {
            width: 100%;
            padding-left: 215px;
            position: absolute;
            left: 0px;
            top: 0px;
        }


    .all_part .bottom_part {
    }

.menus_all {
    padding-top: 0px;
}

    .menus_all .menus_root {
        background-color: #0ecca7;
        border-bottom: 1px solid #0cc8a4;
        height: 35px;
        line-height: 35px;
        padding-left: 35px;
        font-family: 'Microsoft YaHei';
        font-size: 14px;
        font-weight: normal;
        color: #666;
    }

        .menus_all .menus_root a {
            color: white;
            text-decoration: none;
        }

    .menus_all .menus_root_item ul li {
        height: 30px;
        line-height: 30px;
        padding-left: 45px;
        cursor: hand;
    }

    .menus_all .menus_root_item .li_menus_root_item {
        height: 30px;
        line-height: 30px;
        padding-left: 45px;
        background-color: #0ecca72e;
        font-weight: bold;
        cursor: hand;
    }

        .menus_all .menus_root_item .li_menus_root_item a {
            font-weight: bold;
        }

    .menus_all .menus_root_item ul li ::selection {
        background-color: #0ecca72e;
    }

    .menus_all .menus_root_item a {
        color: #666;
        text-decoration: none;
    }

        .menus_all .menus_root_item a:hover {
            color: #ff6600;
            text-decoration: none;
        }

    .menus_all .menus_root_item ul li:hover {
        height: 30px;
        line-height: 30px;
        padding-left: 45px;
        background-color: #0ecca72e;
        color: #ff6600;
        cursor: hand;
    }

.all_part .top_part .logo {
    background-image: url("../images/logo.png");
    background-position: center center;
    width: 542px;
    height: 60px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
}

.all_part .logo_txt {
    font-family: 'Microsoft YaHei';
    color: #666;
    font-size: 24px;
    position: relative;
    left: 30px;
    top: 10px;
}

.right_bar {
    position: absolute;
    right: 30px;
    top: 0px;
    color: #666;
    font-size: 14px;
    line-height: 60px;
}

    .right_bar .head {
        width: 35px;
        height: 35px;
        border: 1px solid #e9e7e7;
        border-radius: 45px 45px;
        margin-top: 10px;
    }

    .right_bar .login_name {
    }

    .right_bar ul li {
        float: left;
        margin-right: 25px;
    }

.top_menus {
    position: absolute;
    left: 560px;
    top: 0px;
}

    .top_menus ul li {
        float: left;
        width: 85px;
        height: 90px;
        position: relative;
        text-align: center;
        color: white;
        font-family: 'Microsoft YaHei';
        font-size: 14px;
    }

        .top_menus ul li .icobtn {
            text-align: center;
            left: 22px;
            top: 10px;
            position: absolute;
        }

        .top_menus ul li .ico_index {
            background-image: url("../images/ico_index.png");
            background-position: center center;
            width: 45px;
            height: 45px;
            display: block;
        }

        .top_menus ul li .ico_news {
            background-image: url("../images/ico_news.png");
            background-position: center center;
            width: 45px;
            height: 45px;
            display: block;
        }

        .top_menus ul li .ico_data {
            background-image: url("../images/ico_data.png");
            background-position: center center;
            width: 45px;
            height: 45px;
            display: block;
        }

        .top_menus ul li .ico_money {
            background-image: url("../images/ico_money.png");
            background-position: center center;
            width: 45px;
            height: 45px;
            display: block;
        }

        .top_menus ul li .ico_total {
            background-image: url("../images/ico_total.png");
            background-position: center center;
            width: 45px;
            height: 45px;
            display: block;
        }

        .top_menus ul li .ico_set {
            background-image: url("../images/ico_set.png");
            background-position: center center;
            width: 45px;
            height: 45px;
            display: block;
        }

        .top_menus ul li .ico_help {
            background-image: url("../images/ico_help.png");
            background-position: center center;
            width: 45px;
            height: 45px;
            display: block;
        }

        .top_menus ul li .txtbtn {
            height: 35px;
            line-height: 35px;
            position: absolute;
            bottom: 0px;
            left: 0px;
            text-align: center;
            width: 84px;
            text-align: center;
        }

.do_btn_group {
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
}


.do_btn_group {
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
}

    .do_btn_group ul li {
        float: left;
        margin-right: 10px;
    }

        .do_btn_group ul li .delete_btn {
            float: left;
            background-image: url("../images/xdelete_btn.png");
            background-position: center center;
            width: 77px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            display: block;
            background-repeat: no-repeat;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            background-color: #ff0000;
            color: white;
            font-weight: bold;
            letter-spacing: 2px;
        }

        .do_btn_group ul li .add_btn {
            float: left;
            background-image: url("../images/xadd_btn.png");
            background-position: center center;
            width: 77px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            display: block;
            background-repeat: no-repeat;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            background-color: #0717f9;
            color: white;
            font-weight: bold;
            letter-spacing: 2px;
        }

        .do_btn_group ul li .indata_btn {
            float: left;
            background-image: url("../images/xindata_btn.png");
            background-position: center center;
            width: 77px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            display: block;
            background-repeat: no-repeat;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            background-color: #00aaef;
            color: white;
            font-weight: bold;
            letter-spacing: 2px;
        }

        .do_btn_group ul li .outdata_btn {
            float: left;
            background-image: url("../images/xoutdata_btn.png");
            background-position: center center;
            width: 77px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            display: block;
            background-repeat: no-repeat;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            background-color: #00aaef;
            color: white;
            font-weight: bold;
            letter-spacing: 2px;
        }

.gap {
    clear: both;
    height: 0px;
    line-height: 0px;
    width: 100%;
}

.page_data_part {
    width: 100%;
    padding: 20px;
}

.search_part {
    width: 100%;
}

    .search_part #ul_hsearch {
        display: none;
    }

    .search_part ul {
        width: 100%;
        height: 40px;
    }

        .search_part ul li {
            float: left;
            line-height: 28px;
            height: 28px;
        }

    .search_part .ctrl_txt {
        text-align: right;
        padding-left: 20px;
        min-width: 70px;
        text-wrap: none;
    }

    .search_part .ctrl_net {
        text-align: left;
    }

    .search_part .txt {
        height: 27px;
        border: 1px solid #e9e7e7;
    }

    .search_part .ddl {
        height: 30px;
        border: 1px solid #e9e7e7;
        min-width: 80px;
    }

    .search_part .search_btn_group {
        padding-left: 20px;
    }

        .search_part .search_btn_group .search_btn {
            float: left;
            background-image: url("../images/xsearch_btn.png");
            background-position: center center;
            width: 77px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            display: block;
            background-repeat: no-repeat;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            background-color: #0717f9;
            color: white;
            font-weight: bold;
            letter-spacing: 2px;
            margin-right: 10px;
        }

.search_btn_group .search_h_btn {
    float: left;
    background-image: url("../images/xsearch_h_btn.png");
    background-position: center center;
    width: 77px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: block;
    background-repeat: no-repeat;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #F67E1F;
    color: white;
    font-weight: bold;
    letter-spacing: 2px;
    display: none;
}

.search_btn_group .select_btn {
    float: left;
    background-image: url("../images/select_btn.png");
    background-position: center center;
    width: 77px;
    height: 30px;
    display: block;
    background-repeat: no-repeat;
}

.data_list {
    margin-top: 10px;
    overflow-x: scroll;
}

    .data_list .btn_txt {
        font-family: 微软雅黑;
        background-color: #fff;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 0px;
        padding-bottom: 0px;
        height: 22px;
        line-height: 22px;
        font-size: 12px;
        font-weight: normal;
        border: 1px solid #19d9b4;
        color: #19d9b4;
        display: inline-block;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        text-align: center;
        margin-left: 5px;
        margin-right: 5px;
    }

    .data_list .btn_red {
        border: 1px solid #ff0000;
        color: #ff0000;
    }

    .data_list .btn_green {
        border: 1px solid #23c156;
        color: #23c156;
    }

    .data_list a:link, a:hover, a:visited, a:active {
        color: #00aaef;
    }

.net_page {
    margin-top: 10px;
}

#msgBox {
    display: none;
}

.msgbox {
}

.page_data_select_part {
    width: 100%;
    padding: 5px;
}

    .page_data_select_part .search_part {
    }

    .page_data_select_part .data_list {
        margin-top: 0px;
    }

.page_edit_part {
    padding: 30px;
}

    .page_edit_part .edit_tr {
        height: 45px;
        line-height: 45px;
    }

    .page_edit_part .edit_txt {
        text-align: right;
        white-space: nowrap;
    }

    .page_edit_part .edit_ctrl {
        text-align: left;
    }

        .page_edit_part .edit_ctrl .select_item ul li {
            float: left;
            margin-right: 10px;
            border: 1px solid #f78c45;
            padding-left: 8px;
            padding-right: 5px;
            background-color: #fdfa9c;
            height: 28px;
            line-height: 28px;
            position: relative;
            padding-right: 30px;
            border-radius: 15px;
            background-image: url("../images/select_item_delete.png");
            background-position: right;
            background-repeat: no-repeat;
        }

        .page_edit_part .edit_ctrl .select_item ul .select_btn {
            float: left;
            margin-right: 10px;
            border: 1px solid #19d9b4;
            padding-left: 8px;
            padding-right: 8px;
            background-color: #d7ebef;
            height: 28px;
            line-height: 28px;
            position: relative;
            border-radius: 15px;
            background-image: none;
            color: #19d9b4;
            font-weight: bold;
            width: 60px;
            text-align: center;
        }





    .page_edit_part .btn_txt {
        text-align: left;
        font-family: 微软雅黑;
        background-color: #fff;
        padding-left: 18px;
        padding-right: 18px;
        padding-top: 0px;
        padding-bottom: 0px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        font-weight: normal;
        border: 1px solid #19d9b4;
        color: #19d9b4;
        display: inline-block;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        text-align: center;
        margin-left: 0px;
        margin-right: 40px;
    }

    .page_edit_part .btn_red_txt {
        text-align: left;
        font-family: 微软雅黑;
        background-color: #fff;
        padding-left: 18px;
        padding-right: 18px;
        padding-top: 0px;
        padding-bottom: 0px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        font-weight: normal;
        border: 1px solid #ff0000;
        color: #ff0000;
        display: inline-block;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        text-align: center;
        margin-left: 0px;
        margin-right: 40px;
    }

.position_part {
    margin-bottom: 0px;
    clear: both;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #e9e7e75e;
    color: #333;
    padding-left: 10px;
}

    .position_part a:link, a:visited, a:active {
        color: #0717f9;
        text-decoration: none;
    }

    .position_part a:hover {
        text-decoration: underline;
    }

.flow_head {
    border: 1.5px solid #19d9b4;
    padding: 5px 30px;
    margin-top: 20px;
}

    .flow_head > span {
        position: relative;
        top: -15px;
        display: block;
        background: white;
        width: 80px;
        color: #19d9b4;
        font-size: 14px;
        padding-left: 5px;
    }

.home_left {
    width: 900px;
    vertical-align: top;
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
}

.home_contain {
    margin-top: 15px;
    margin-left: 15px;
    position: relative;
}

.home_list {
    background: #fff;
    border: 1px solid #e7eaf1;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 37, 55, 0.05);
    padding: 10px;
    height: 240px;
    width: 400px;
    margin-bottom: 15px;
    margin-right: 15px;
    float: left;
}

    .home_list > .title {
        border-bottom: 1px solid #e9e7e7;
        margin-bottom: 10px;
    }

        .home_list > .title > .h {
            float: left;
            padding-left: 15px;
            margin: 0;
            font-size: 14px;
            line-height: 36px;
            color: #333;
            position: relative;
        }

            .home_list > .title > .h:before {
                position: absolute;
                top: 10px;
                left: 5px;
                content: '';
                height: 15px;
                width: 2px;
                background: #ff6600;
            }

        .home_list > .title > .desc {
            float: right;
            line-height: 36px;
            color: #666666;
            color:;
            text-align: right;
            padding-right: 10px;
            margin: 0;
        }

.clearfix::after {
    display: table;
    clear: both;
    content: '';
}

.home_list .list {
    padding: 0px;
}

    .home_list .list li {
        height: 24px;
        line-height: 24px;
        font-size: 13px;
        padding-left: 15px;
        overflow: hidden;
        font-weight: 500;
    }

        .home_list .list li a {
            color: #444444;
            height: 24px;
            line-height: 24px;
        }

            .home_list .list li a span {
                color: #444444;
                float: right;
                padding-left: 10px;
                margin-right: 5px;
            }

.home_list .more {
    text-align: right;
    margin-top: 20px;
}

    .home_list .more a {
        padding: 5px 7px;
        border-radius: 5px;
        color: #19d9b4;
        text-decoration: none;
    }

.home_right {
    display: inline-block;
    border-left: 1px solid #e9e7e7;
    position: absolute;
    right: 0px;
    top: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

.person {
    margin-left: 15px;
    margin-bottom: 25px;
    margin-top: 0px;
}

    .person .head {
        text-align: center;
    }

        .person .head img {
            width: 60px;
            height: 60px;
            padding: 1px;
            border: 1px solid #e9e7e7;
            border-radius: 50px;
        }
/*.calendar {
    padding-left:30px;
}*/
.layui-laydate-footer {
    display: none;
}

.data_statistics {
    margin: 0px;
}

    .data_statistics ul li {
        line-height: 30px;
    }

        .data_statistics ul li span {
            color: #ff6600;
            font-size: 12px;
            font-weight: bold;
        }

.cPhotoBox {
    margin-top: 20px;
    padding: 0px 10px;
    overflow: hidden;
}

    .cPhotoBox ul li {
        width: 60px;
        margin-right: 40px;
        float: left;
        margin-bottom: 30px;
    }

.phoListBox {
    width: 60px;
    height: 60px;
    padding: 2px;
    border: 1px solid #d8d8d8;
    text-align: center;
    position: relative;
    background-color: #f7f7f7;
}

.deleteAlbum a {
    background: url(../images/del_phone.png) no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
    z-index: 1000;
}

.photoPic {
    overflow: hidden;
    text-align: center;
}

.excle_list ul li {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #e9e7e7;
    padding-left: 20px;
}

    .excle_list ul li a:link {
        text-decoration: none;
        font-size: 14px;
    }


.wx_product_list_part {
}

    .wx_product_list_part .product_item {
        width: 50%;
        float: left;
        overflow: hidden;
        height: 160px;
    }

        .wx_product_list_part .product_item img {
            width: 90px;
            height: 90px;
        }

        .wx_product_list_part .product_item .product_title {
            font-weight: bold;
            font-size: 14px;
            color: #333;
        }

        .wx_product_list_part .product_item .price {
            font-weight: normal;
            font-size: 12px;
            color: #ff6600;
        }

        .wx_product_list_part .product_item .market_price {
            font-weight: normal;
            font-size: 12px;
            color: #E4e4e4;
            text-decoration: line-through;
            margin-left: 15px;
        }

.wx_browse {
    position: absolute;
    right: 1px;
    top: -30px;
    border: 2px solid #808080;
}

.wx_content {
    height: 600px;
    overflow: scroll;
    padding: 15px;
    width: 300px;
    height: 500px;
}

.wx_bottom {
    width: 250px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 50px;
    position: absolute;
    background-color: #fff;
    border-top: 1px solid #E5E5E5;
}

    .wx_bottom ul {
        width: 100%;
    }

        .wx_bottom ul li {
            width: 25%;
            float: left;
            text-align: center;
            overflow: hidden;
            line-height: 50px;
            font-weight: bold;
        }

.wx_product_type_part .product_type_item img {
    width: 30px;
    height: 30px;
}

.wx_product_type_part .product_type_item {
    float: left;
    width: 50px;
    display: inline-block;
    height: 50px;
    overflow: hidden;
    text-align: center;
    margin-left: 15px;
}

.wx_product_type_part_v .product_type_item {
    float: left;
    width: 50px;
    display: inline-block;
    height: 50px;
    overflow: hidden;
    text-align: center;
    margin-left: 15px;
}

    .wx_product_type_part_v .product_type_item img {
        width: 30px;
        height: 30px;
    }

.wx_product_list_part_v .product_item {
    width: 100%;
    text-align: left;
    overflow: hidden;
    height: 95px;
}

    .wx_product_list_part_v .product_item .product_img {
        width: 100px;
        height: 100px;
        float: left;
    }

    .wx_product_list_part_v .product_item img {
        width: 90px;
        height: 90px;
    }

    .wx_product_list_part_v .product_item .product_title {
        font-weight: bold;
        font-size: 14px;
        color: #333;
    }

    .wx_product_list_part_v .product_item .price {
        font-weight: normal;
        font-size: 12px;
        color: #ff6600;
    }

    .wx_product_list_part_v .product_item .market_price {
        font-weight: normal;
        font-size: 12px;
        color: #E4e4e4;
        text-decoration: line-through;
        margin-left: 15px;
    }

.tab_content {
}

    .tab_content .tab_item {
        display: none;
    }

.pic_data ul li {
    float: left;
    width: 60px;
    overflow: hidden;
    padding: 10px;
}

    .pic_data ul li img {
        max-width: 120px;
        max-height: 120px;
        width: 60px;
        height: 60px;
        border: 1px solid #e9e7e7;
    }

#btnCancle {
    display: none;
}

.title_bar {
    border-bottom: 1px solid #E5E5E5;
    height: 45px;
    line-height: 45px;
}

    .title_bar .title {
        font-weight: bold;
        font-size: 14px;
        color: #333;
        border-left: 2px solid #19d9b4;
        padding-left: 10px;
    }

.delete_item_btn {
    float: left;
    background-image: url("../images/delete_item_32.png");
    background-position: center center;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    display: block;
    background-repeat: no-repeat;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    color: white;
    font-weight: bold;
}

.common_btn {
    float: left;
    background-image: url("../images/xadd_btn.png");
    background-position: center center;
    width: 77px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    background-repeat: no-repeat;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #0717f9;
    color: white;
    font-weight: bold;
    letter-spacing: 2px;
    margin-right: 20px;
}

.common_delete_btn {
    float: left;
    background-image: url("../images/xadd_btn.png");
    background-position: center center;
    width: 77px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    background-repeat: no-repeat;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #ff0000;
    color: white;
    font-weight: bold;
    letter-spacing: 2px;
}

.btn_gap {
    width: 100px;
}

.must_input {
    color: red;
    margin-left: 10px;
}

.show_menus_btn_open {
    height: 1000px;
    width: 12px;
    position: absolute;
    left: 194px;
    top: 0px;
    vertical-align: middle;
    cursor: hand;
    background-image: url("../images/btn_open_close.png");
}

.show_menus_btn_close {
    height: 1000px;
    width: 12px;
    position: absolute;
    left: 10px;
    top: 0px;
    vertical-align: middle;
    cursor: hand;
    background-image: url("../images/btn_open_open.png");
}

.get_note_yzm {
    color: #0717f9;
    font-weight: bold;
    font-size: 14px;
    margin-left: 20px;
    text-decoration: underline;
    cursor: hand;
}

.rad_pay{
    height:50px;
    width:50px;
    margin:20px;
}

.news_pic{}
    .news_pic .delete_pic {
        margin-left:10px;
    }
    
    .selectpay{
        border:3px solid #19d9b4;
        width:170px;
        height:60px;
        vertical-align:central;
        float:left;
        padding:10px;
        margin-left:20px;
    }

.noselectpay {
    border: 3px solid #E4e4e4;
    width: 170px;
    height: 60px;
    vertical-align: central;
    float: left;
    padding: 10px;
    margin-left: 20px;
}