/*防伪列表*/
.navbar_sm61 {
    background: #FAFBFC;
    padding: 0px 26px 0 0;
}

.navbar_sm61 .ctn_hd {
    border: 1px solid #F5F7FA;
    background: #fff;
    height: 70px;
    text-align: left;
    line-height: 70px;
    padding-left: 20px;
}

.navbar_sm61 .ctn_hd h3 {
    font-size: 20px;
    color: #999;
    font-weight: normal;
}

.navbar_sm61 .navbar_nav_bd {
    background: #fff;
    /*模态框*/
}

.navbar_sm61 .navbar_nav_bd .ctn_ipt {
    padding-bottom: 50px;
    border: 1px solid #F5F7FA;
    margin-top: 20px;
    padding: 0px 20px;
    border-top: none;
}

.navbar_sm61 .navbar_nav_bd .ctn_ipt .ctn_add {
    line-height: 42px;
    float: right;
    margin-top: 15px;
    margin-bottom: 20px;
}

.navbar_sm61 .navbar_nav_bd .ctn_ipt .ctn_add a {
    display: inline-block;
    margin: 6px 5px;
    padding: 1px 15px;
    font-size: 14px;
    color: #fff;
    background: #566E94;
    text-decoration: none;
    border-radius: 5px;
    float: left;
}

.navbar_sm61 .navbar_nav_bd .ctn_ipt .ctn_add a:nth-child(1) {
    background: #E81B3C;
    height: 32px;
    line-height: 30px;
    width: 70px;
    border-radius: 50px;
    text-align: center;
}

.navbar_sm61 .navbar_nav_bd .ctn_ipt .ctn_add a > i {
    position: relative;
    top: 2px;
}

/*.navbar_sm61 .navbar_nav_bd .ctn_ipt .ctn_add a span {*/
/*padding: 0px 2px;*/
/*position: relative;*/
/*top: -1px;*/
/*margin: 0px 4px;*/
/*}*/
.navbar_sm61 .navbar_nav_bd .ctn_ipt .ctn_search {
    float: left;
    position: relative;
    overflow: hidden;
    width: 200px;
    height: 60px;
}

.navbar_sm61 .navbar_nav_bd .ctn_ipt .ctn_search div {
    position: absolute;
    left: -10px;
    transition: 1s;
}

.navbar_sm61 .navbar_nav_bd .ctn_ipt .ctn_search input[type="text"] {
    margin-left: 30px;
    width: 120px;
    height: 34px;
    line-height: 34px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 1px solid #ddd;
    padding-left: 10px;
    font-size: 14px;
}

.navbar_sm61 .navbar_nav_bd .ctn_ipt .ctn_search a {
    height: 45px;
    line-height: 45px;
    width: 50px;
    position: relative;
    top: 5px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #ddd;

}

.navbar_sm61 .navbar_nav_bd .ctn_ipt .ctn_search a i {
    font-size: 30px;
    color: #ddd;
}

/*.navbar_sm61 .navbar_nav_bd table {*/
/*width: 100%;*/
/*border-collapse: collapse;*/
/*}*/
/*.navbar_sm61 .navbar_nav_bd table thead tr {*/
/*width: 100%;*/
/*height: 60px;*/
/*line-height: 60px;*/
/*border: 1px solid #ddd;*/
/*text-align: center;*/
/*}*/
.navbar_sm61 .navbar_nav_bd table tr th {
    text-align: center;
}

.navbar_sm61 .navbar_nav_bd table tr td {
    text-align: center;
}

/*.navbar_sm61 .navbar_nav_bd table thead tr th {*/
/*border: 1px solid #ddd;*/
/*width: 160px;*/
/*font-size: 16px;*/
/*color: #666;*/
/*text-align: center;*/
/*font-weight: bold;*/
/*}*/
/*.navbar_sm61 .navbar_nav_bd table tbody tr {*/
/*width: 100%;*/
/*height: 60px;*/
/*line-height: 60px;*/
/*border: 1px solid #ddd;*/
/*}*/
/*.navbar_sm61 .navbar_nav_bd table tbody tr td {*/
/*border: 1px solid #ddd;*/
/*font-size: 14px;*/
/*color: #656565;*/
/*text-align: center;*/
/*width: 150px;*/
/*}*/
.navbar_sm61 .navbar_nav_bd table tbody tr td a {
    display: inline-block;
    /*width: 25px;*/
    /*height: 25px;*/
    /*line-height: 25px;*/
    /*background: #E6E6E6;*/
    text-decoration: none;
    color: #E81B3C;
    border-radius: 5px;
    margin: 0 4px;
}
.navbar_sm61 .navbar_nav_bd table tbody tr td .active {
    position: relative;
}

.navbar_sm61 .navbar_nav_bd table tbody tr td .active:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -7px;
    width: 1px;
    height: 72%;
    margin: auto;
    background: #E81B3C;
}

.navbar_sm61 .navbar_nav_bd table tbody tr td a i {
    font-size: 18px;
    color: #333;
}

/*.navbar_sm61 .navbar_nav_bd table tbody tr:nth-child(odd) {*/
/*background: #FAFBFC;*/
/*}*/

.navbar_sm61 .navbar_nav_bd .ctn_page {
    height: 50px;
    width: 100%;
    border: 1px solid #F5F7FA;
    text-align: right;
    position: relative;
    margin-top: 50px;
}

.navbar_sm61 .navbar_nav_bd .ctn_page ul {
    background: #EBEEEF;
    position: absolute;
    right: 0px;
    margin-right: 30px;
    margin-top: 8px;
}

.navbar_sm61 .navbar_nav_bd .ctn_page ul li {
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: #D7DCDE;
    font-weight: normal;
    font-size: 12px;
    margin-left: 5px;
}

.navbar_sm61 .navbar_nav_bd .ctn_page ul li.page_caret {
    transform: rotate(180deg);
}

.navbar_sm61 .navbar_nav_bd .ctn_page ul li:first-child {
    margin: 0px;
    width: 45px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.navbar_sm61 .navbar_nav_bd .ctn_page ul li:last-child {
    width: 45px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.navbar_sm61 .navbar_nav_bd .ctn_page ul li:hover,
.navbar_sm61 .navbar_nav_bd .ctn_page ul li.page_active {
    background: #BC1A1A;
}

.navbar_sm61 .navbar_nav_bd .ctn_page ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.navbar_sm61 .navbar_nav_bd .ctn_page ul.page_top {
    display: none;
    height: 100px;
    position: absolute;
    top: -105px;
    right: 33px;
    background: url("../img/page_grey.png") no-repeat center;
}

.navbar_sm61 .navbar_nav_bd .ctn_page ul.page_top li {
    width: 70px;
    background: #D7DCDE;
    float: none;
    height: 31px;
    font-size: 12px;
    margin: 0px;
    border-radius: 0;
    font-weight: normal;
}

.navbar_sm61 .navbar_nav_bd .ctn_page ul.page_top li a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.navbar_sm61 .navbar_nav_bd .ctn_page ul.page_top li:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.navbar_sm61 .navbar_nav_bd .ctn_page ul.page_top li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.navbar_sm61 .navbar_nav_bd .ctn_page ul.page_top li:hover,
.navbar_sm61 .navbar_nav_bd .ctn_page ul.page_top li.page_active {
    background: #BC1A1A;
}

.navbar_sm61 .navbar_nav_bd .modal {
    display: none;
}

.navbar_sm61 .navbar_nav_bd .modal .modal-dialog {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.5;
    background: #333;
    z-index: 2;
}

.navbar_sm61 .navbar_nav_bd .modal .modal-box {
    width: 500px;
    z-index: 3;
    background: #ffffff;
    position: absolute;
    top: 110px;
    left: 50%;
    margin-left: -250px;
    padding: 10px;
    height: 260px;
}

.navbar_sm61 .navbar_nav_bd .modal .modal-box .modal-content {
    padding: 10px;
    padding-bottom: 0px;
    overflow: hidden;
    border: none;
}

.navbar_sm61 .navbar_nav_bd .modal .modal-box .modal-content .modal-header {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}

.navbar_sm61 .navbar_nav_bd .modal .modal-box .modal-content .modal-header .close {
    position: absolute;
    top: -15px;
    right: -15px;
    color: #333;
    font-size: 18px;
    width: 40px;
    height: 40px;
    padding: 1px;
    text-align: center;
    line-height: 40px;
    border-radius: 12px;
}

.navbar_sm61 .navbar_nav_bd .modal .modal-box .modal-content .modal-header .close i {
    font-size: 35px;
    color: #ddd;
}

.navbar_sm61 .navbar_nav_bd .modal .modal-box .modal-content .modal-header h3 {
    color: #999;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    font-weight: normal;
    text-align: left;
}

.navbar_sm61 .navbar_nav_bd .modal .modal-box .modal-content .modal-body {
    margin: 45px 10px;
    color: #333;
    font-size: 16px;
}

.navbar_sm61 .navbar_nav_bd .modal .modal-box .modal-content .modal-footer {
    height: 70px;
    line-height: 70px;
    width: 100%;
    text-align: center;
    padding-top: 4px;
    border: none;
    background: #fff;
}

.navbar_sm61 .navbar_nav_bd .modal .modal-box .modal-content .modal-footer a {
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    border: 1px solid #ddd;
    color: #ddd;
    font-size: 14px;
    margin: 0px 8px;
    text-align: center;
    border-radius: 5px;
    background: #fff;
}

.navbar_sm61 .navbar_nav_bd .modal .modal-box .modal-content .modal-footer a:nth-child(1) {
    background: #FF5722;
    color: #fff;
}

/*商品防伪码设置生成页*/
.navbar_sm611 {
    /*   width: 770px; */
    background: #fff;
    /*   left: 25%; */
    /*   top: 3%; */
    /*   position: absolute; */
}

.navbar_sm611 .ctn_header {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #F5F7FA;
    text-align: center;
}

.navbar_sm611 .ctn_header h3 {
    font-weight: normal;
    font-size: 20px;
}

.navbar_sm611 .form {
    text-align: left;
    padding: 10px 20px;
}

.navbar_sm611 .form p {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    position: relative;
}

.navbar_sm611 .form p i {
    color: #FF5722;
    position: absolute;
    margin-top: -1px;
}

.navbar_sm611 .form span {
    padding-left: 10px;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    display: block;
}

.navbar_sm611 .form a {
    display: block;
    font-size: 14px;
    width: 150px;
    background: #019FE8;
    color: #fff;
    border-radius: 5px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
}

.navbar_sm611 .form input[type="text"] {
    width: 400px;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding-left: 10px;
    font-size: 14px;
    line-height: 45px;
}

.navbar_sm611 .ctn_footer {
    height: 100px;
    line-height: 100px;
    margin-top: 30px;
    width: 100%;
    text-align: center;
}

.navbar_sm611 .ctn_footer a {
    display: inline-block;
    width: 150px;
    height: 45px;
    line-height: 45px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    border-radius: 20px;
    background: #586B95;
    margin: 20px;
}

/*防伪码详情*/
.navbar_sm612 {
    background: #FAFBFC;
    padding: 0;
}

.navbar_sm612 .ctn_header612 {
    border: 1px solid #F5F7FA;
    background: #fff;
    height: 70px;
    text-align: left;
    line-height: 70px;
    padding-left: 20px;
}

.navbar_sm612 .ctn_header612 h3 {
    font-size: 20px;
    color: #333;
    font-weight: normal;
    line-height: 72px;
}

.navbar_sm612 .ctn_ipt {
    height: 75px;
    line-height: 75px;
    border: 1px solid #F5F7FA;
    padding: 0px 20px;
    border-top: none;
    background: #fff;
}

.navbar_sm612 .ctn_ipt .calendar {
    float: left;
}

.navbar_sm612 .ctn_ipt .calendar input {
    width: 150px;
    height: 35px;
    line-height: 35px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 1px solid #CFDBE2;
    padding-left: 10px;
    font-size: 14px;
    color: #999;
}

.navbar_sm612 .ctn_ipt .calendar span {
    display: inline-block;
    border: 1px solid #ddd;
    width: 40px;
    height: 35px;
    line-height: 18px;
}

.navbar_sm612 .ctn_ipt .calendar span i {
    font-size: 38px;
    color: #999;
    position: relative;
    top: 10px;
    left: 0px;
}

.navbar_sm612 .ctn_ipt .tiaojian {
    float: left;
    margin-left: 0px;
    margin-right: 10px;
}

.navbar_sm612 .ctn_ipt .tiaojian span {
    font-size: 14px;
}

.navbar_sm612 .ctn_ipt .tiaojian select {
    margin-left: 10px;
    width: 150px;
    height: 37px;
    line-height: 36px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    padding-left: 10px;
    font-size: 14px;
    color: #999;
    position: relative;
    top: 2px;
}

.navbar_sm612 .ctn_ipt .ctn_add {
    width: 150px;
    line-height: 40px;
    float: right;
    margin-top: 15px;
    text-align: center;
}

.navbar_sm612 .ctn_ipt .ctn_add a {
    display: block;
    background: #566E94;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.navbar_sm612 .ctn_ipt .ctn_add a span {
    padding: 0px 2px;
    position: relative;
    top: -1px;
    margin: 0px 4px;
}

.navbar_sm612 .ctn_ipt .ctn_search {
    float: left;
    position: relative;
    width: 200px;
    overflow: hidden;
    transition: 1s;

}

.navbar_sm612 .ctn_ipt .ctn_search div {
    opacity: 0;

}

.navbar_sm612 .ctn_ipt .ctn_search input[type="text"] {
    /*margin-left: 30px;*/
    width: 150px;
    height: 35px;
    line-height: 35px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 1px solid #e5e5e5;
    padding-left: 10px;
    font-size: 14px;
}

.navbar_sm612 .ctn_ipt .ctn_search a {
    height: 35px;
    line-height: 35px;
    width: 45px;
    position: relative;
    top: 4px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #ddd;

}

.navbar_sm612 .ctn_ipt .ctn_search a i {
    font-size: 25px;
    color: #ddd;
}

.navbar_sm612 table thead tr th {
    text-align: center;
}

.navbar_sm612 table tbody tr td {
    text-align: center;
}

.navbar_sm612 table tbody tr td a {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 35px;
    background: #E6E6E6;
    text-decoration: none;
    border-radius: 5px;
}

.navbar_sm612 table tbody tr td a i {
    font-size: 18px;
    color: #333;
}

/*.navbar_sm612 table tbody tr:nth-child(odd) {*/
/*background: #FAFBFC;*/
/*}*/

.navbar_sm612 .ctn_page {
    height: 50px;
    width: 100%;
    border: 1px solid #F5F7FA;
    text-align: right;
    position: relative;
    margin-top: 50px;
}

.navbar_sm612 .ctn_page ul {
    background: #EBEEEF;
    position: absolute;
    right: 0px;
    margin-right: 30px;
    margin-top: 8px;
}

.navbar_sm612 .ctn_page ul li {
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: #D7DCDE;
    font-weight: normal;
    font-size: 12px;
    margin-left: 5px;
}

.navbar_sm612 .ctn_page ul li.page_caret {
    transform: rotate(180deg);
}

.navbar_sm612 .ctn_page ul li:first-child {
    margin: 0px;
    width: 45px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.navbar_sm612 .ctn_page ul li:last-child {
    width: 45px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.navbar_sm612 .ctn_page ul li:hover,
.navbar_sm612 .ctn_page ul li.page_active {
    background: #BC1A1A;
}

.navbar_sm612 .ctn_page ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.navbar_sm612 .ctn_page ul.page_top {
    display: none;
    height: 100px;
    position: absolute;
    top: -105px;
    right: 33px;
    background: url("../img/page_grey.png") no-repeat center;
}

.navbar_sm612 .ctn_page ul.page_top li {
    width: 70px;
    background: #D7DCDE;
    float: none;
    height: 31px;
    font-size: 12px;
    margin: 0px;
    border-radius: 0;
    font-weight: normal;
}

.navbar_sm612 .ctn_page ul.page_top li a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.navbar_sm612 .ctn_page ul.page_top li:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.navbar_sm612 .ctn_page ul.page_top li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.navbar_sm612 .ctn_page ul.page_top li:hover,
.navbar_sm612 .ctn_page ul.page_top li.page_active {
    background: #BC1A1A;
}

/*选择商品*/
.navbar_sm613 {
    margin-top: 20px;
    background: #FAFBFC;
    padding: 0px 20px 50px 0px;
    /*弹出框*/
}

.navbar_sm613 .ctn_header613 {
    border: 1px solid #F5F7FA;
    background: #fff;
    height: 70px;
    text-align: left;
    line-height: 70px;
    padding-left: 20px;
}

.navbar_sm613 .ctn_header613 h3 {
    font-size: 20px;
    color: #999;
    font-weight: normal;
}

.navbar_sm613 .navbar_nav_bd {
    margin-top: 20px;
    background: #fff;
}

.navbar_sm613 table {
    width: 100%;
    border-collapse: collapse;
}

.navbar_sm613 table thead tr {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border: 1px solid #F5F7FA;
    text-align: center;
}

.navbar_sm613 table thead tr th {
    border: 1px solid #F5F7FA;
    width: 60px;
    font-size: 16px;
    color: #888888;
    font-weight: normal;
}

.navbar_sm613 table tbody tr {
    width: 100%;
    border: 1px solid #F5F7FA;
}

.navbar_sm613 table tbody tr td {
    border: 1px solid #F5F7FA;
    width: 200px;
    font-size: 14px;
    color: #656565;
    text-align: center;
    font-weight: normal;
}

.navbar_sm613 table tbody tr td img {
    width: 80px;
    height: 80px;
}

.navbar_sm613 table tbody tr td a {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #E6E6E6;
    text-decoration: none;
    border-radius: 5px;
}

.navbar_sm613 table tbody tr td a i {
    font-size: 18px;
    color: #333;
}

.navbar_sm613 table tbody tr:nth-child(odd) {
    background: #FAFBFC;
}

.navbar_sm613 .ctn_page {
    height: 50px;
    width: 100%;
    border: 1px solid #F5F7FA;
    text-align: right;
    position: relative;
    margin-top: 50px;
}

.navbar_sm613 .ctn_page ul {
    background: #EBEEEF;
    position: absolute;
    right: 0px;
    margin-right: 30px;
    margin-top: 8px;
}

.navbar_sm613 .ctn_page ul li {
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: #D7DCDE;
    font-weight: normal;
    font-size: 12px;
    margin-left: 5px;
}

.navbar_sm613 .ctn_page ul li.page_caret {
    transform: rotate(180deg);
}

.navbar_sm613 .ctn_page ul li:first-child {
    margin: 0px;
    width: 45px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.navbar_sm613 .ctn_page ul li:last-child {
    width: 45px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.navbar_sm613 .ctn_page ul li:hover,
.navbar_sm613 .ctn_page ul li.page_active {
    background: #BC1A1A;
}

.navbar_sm613 .ctn_page ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.navbar_sm613 .ctn_page ul.page_top {
    display: none;
    height: 100px;
    position: absolute;
    top: -105px;
    right: 33px;
    background: url("../img/page_grey.png") no-repeat center;
}

.navbar_sm613 .ctn_page ul.page_top li {
    width: 70px;
    background: #D7DCDE;
    float: none;
    height: 31px;
    font-size: 12px;
    margin: 0px;
    border-radius: 0;
    font-weight: normal;
}

.navbar_sm613 .ctn_page ul.page_top li a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.navbar_sm613 .ctn_page ul.page_top li:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.navbar_sm613 .ctn_page ul.page_top li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.navbar_sm613 .ctn_page ul.page_top li:hover,
.navbar_sm613 .ctn_page ul.page_top li.page_active {
    background: #BC1A1A;
}

.navbar_sm613 .ctn_footer {
    line-height: 70px;
    width: 100%;
    text-align: center;
    padding-top: 40px;
    border: none;
    background: #fff;
}

.navbar_sm613 .ctn_footer input {
    width: 110px;
    height: 40px;
    background: #FF5722;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
}

.navbar_sm613 .ctn_footer a {
    position: relative;
    left: -41px;
    top: 4px;
    line-height: 40px;
    text-decoration: none;
    border: 1px solid #999;
    color: #666;
    font-size: 16px;
    margin: 0px 50px;
    text-align: center;
    border-radius: 5px;
    background: #fff;

    display: inline-block;
    width: 110px;
    height: 40px;
}

.navbar_sm613 .ctn_footer a:nth-child(1) {
    background: #FF5722;
    color: #fff;
}

.navbar_sm613 .popup {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 28%;
    left: 50%;
    text-align: left;
    width: 200px;
    height: 52px;
    box-sizing: border-box;
    line-height: 52px;
    box-shadow: 2px 2px 2px 2px #E7E7E7;
}

.navbar_sm613 .popup span {
    position: absolute;
    height: 52px;
    font-size: 15px;
    line-height: 52px;
    color: #666;
    padding-left: 25px;
}

.mb5 {
    display: none;
    width: 284px;
    height: 64px;
    background-color: #fff;
    position: absolute;
    left: 143px;
    top: 60px;
    border: 1px solid #CCCCCC;
    padding-top: 8px;
    padding-left: 10px;
    border-radius: 5px;
}

.mb5 p:nth-child(1) {
    line-height: 2;
}

.mb5 p {
    margin-left: 10px;
}

.mb5 div div {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 1px solid #CCCCCC;
    transform: rotateZ(45deg);
    position: absolute;
    left: 90px;
    top: -7px;
    border-bottom: none;
    border-right: none;
}
